Click or drag to resize
IBatchHubServiceBatchQueueGetTablePropertyTemplateRow Method
Retrieves a template row that contains all table 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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
ServiceResult BatchQueueGetTablePropertyTemplateRow(
	string queueName,
	out BatchJobPropertyInfo[] tablePropertyTemplate
)

Parameters

queueName
Type: SystemString
The queue name.
tablePropertyTemplate
Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
A a template row that contains all table properties available for the specified queue.

Return Value

Type: ServiceResult
The service result status information.
See Also