Click or drag to resize

IBatchHubServiceBatchQueueGetPropertyTemplate Method

Retrieves list of all properties available for the specified queue.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
ServiceResult BatchQueueGetPropertyTemplate(
	string queueName,
	out BatchJobPropertyInfo[] propertyTemplate
)

Parameters

queueName
Type: SystemString
The queue name.
propertyTemplate
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
A list of all properties available for the specified queue.

Return Value

Type: ServiceResult
The service result status information.
See Also