| BatchHubServiceWebServiceBatchJobCreateAsync Method (String, String, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, Object) | 
 
Namespace: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic void BatchJobCreateAsync(
	string AuthTicket,
	string QueueName,
	string Description,
	BatchJobPriority Priority,
	string SubmittedBy,
	BatchJobPropertyInfo[] Properties,
	BatchJobTablePropertyRowInfo[] TablePropertyRows,
	string[] Dependencies,
	BatchJobAttachmentCreateInfo[] Attachments,
	bool DeferSubmit,
	Object userState
)
Parameters
- AuthTicket
 - Type: SystemString
 - QueueName
 - Type: SystemString
 - Description
 - Type: SystemString
 - Priority
 - Type: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyBatchJobPriority
 - SubmittedBy
 - Type: SystemString
 - Properties
 - Type: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyBatchJobPropertyInfo
 - TablePropertyRows
 - Type: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyBatchJobTablePropertyRowInfo
 - Dependencies
 - Type: SystemString
 - Attachments
 - Type: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyBatchJobAttachmentCreateInfo
 - DeferSubmit
 - Type: SystemBoolean
 - userState
 - Type: SystemObject
 
Remarks
See Also