Click or drag to resize
BatchHubServiceWebServiceClientBatchJobCreate Method

Namespace: PDTec.IceNet.Domain.BatchHub.Service.WebServiceClient
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public 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: ServiceResult

Implements

IBatchHubServiceBatchJobCreate(String, String, BatchJobPriority, String, BatchJobPropertyInfo, BatchJobTablePropertyRowInfo, String, BatchJobAttachmentCreateInfo, Boolean, BatchJobInfo)
See Also