BatchHubServiceWebServiceBatchJobCreateAsync Method (String, String, Int64, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, Object) |
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.Proxy
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public void BatchJobCreateAsync(
string AuthTicket,
string QueueName,
long Lane,
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
- Lane
- Type: SystemInt64
- 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