BatchHubServiceDatabaseClientBatchJobCreate Method |
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.DatabaseClient
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 queueName,
long lane,
string description,
BatchJobPriority priority,
string submittedBy,
BatchJobPropertyInfo[] properties,
BatchJobTablePropertyRowInfo[] tablePropertyRows,
string[] dependencies,
BatchJobAttachmentCreateInfo[] attachments,
bool deferSubmit,
out BatchJobInfo job
)
Parameters
- queueName
- Type: SystemString
- lane
- Type: SystemInt64
- description
- Type: SystemString
- priority
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPriority
- submittedBy
- Type: SystemString
- properties
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobPropertyInfo
- tablePropertyRows
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobTablePropertyRowInfo
- dependencies
- Type: SystemString
- attachments
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobAttachmentCreateInfo
- deferSubmit
- Type: SystemBoolean
- job
- Type: PDTec.IceNet.Domain.BatchHub.Service.InterfaceBatchJobInfo
Return Value
Type:
ServiceResultImplements
IBatchHubServiceBatchJobCreate(String, Int64, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, BatchJobInfo)See Also