BatchHubServiceDatabaseClientBatchJobCreate Method |
Namespace: PDTec.IceNet.Domain.BatchHub.Service.DatabaseClientAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic ServiceResult BatchJobCreate(
string queueName,
string description,
BatchJobPriority priority,
string submittedBy,
BatchJobPropertyInfo[] properties,
BatchJobTablePropertyRowInfo[] tablePropertyRows,
string[] dependencies,
BatchJobAttachmentCreateInfo[] attachments,
bool deferSubmit,
out BatchJobInfo job
)
Parameters
- queueName
- Type: SystemString
- 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, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, BatchJobInfo)
See Also