ITaskRuntimeService.SubmitTasks(IList<JobDefinition>, Guid, JobCategory, Boolean) Method

Definition

Submits a collection of tasks.

public:
 void SubmitTasks(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Runtime::JobDefinition ^> ^ jobDefinitions, Guid batchId, Microsoft::EnterpriseManagement::Runtime::JobCategory category, bool registerCallback);
public void SubmitTasks (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.JobDefinition> jobDefinitions, Guid batchId, Microsoft.EnterpriseManagement.Runtime.JobCategory category, bool registerCallback);
abstract member SubmitTasks : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.JobDefinition> * Guid * Microsoft.EnterpriseManagement.Runtime.JobCategory * bool -> unit
Public Sub SubmitTasks (jobDefinitions As IList(Of JobDefinition), batchId As Guid, category As JobCategory, registerCallback As Boolean)

Parameters

jobDefinitions
IList<JobDefinition>

The task definitions.

batchId
Guid

The id of the batch.

category
JobCategory

The category of the batch.

registerCallback
Boolean

Whether to register a callback for the client.

Applies to