BatchHubServiceWebServiceBatchJobCreate 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 ServiceResult BatchJobCreate(
string AuthTicket,
string QueueName,
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
- 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:
ServiceResult
Remarks
See Also