BatchHubServiceWebServiceBatchJobCreate Method |
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 ServiceResult BatchJobCreate(
string AuthTicket,
string QueueName,
long Lane,
string Description,
BatchJobPriority Priority,
string SubmittedBy,
BatchJobPropertyInfo[] Properties,
BatchJobTablePropertyRowInfo[] TablePropertyRows,
string[] Dependencies,
BatchJobAttachmentCreateInfo[] Attachments,
bool DeferSubmit,
out BatchJobInfo Job,
out string AuthTicketUpdate
)
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
- Job
- Type: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient.ProxyBatchJobInfo
- AuthTicketUpdate
- Type: SystemString
Return Value
Type:
ServiceResultRemarks See Also