BatchHubServiceWebServiceBeginBatchJobCreate Method |
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 IAsyncResult BeginBatchJobCreate(
string AuthTicket,
string QueueName,
string Description,
BatchJobPriority Priority,
string SubmittedBy,
BatchJobPropertyInfo[] Properties,
BatchJobTablePropertyRowInfo[] TablePropertyRows,
string[] Dependencies,
BatchJobAttachmentCreateInfo[] Attachments,
bool DeferSubmit,
AsyncCallback callback,
Object asyncState
)
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
- callback
- Type: SystemAsyncCallback
- asyncState
- Type: SystemObject
Return Value
Type:
IAsyncResult
Remarks
See Also