ITaskRuntimeService.SubmitTasks Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
C#
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)
- 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.
Product | Versions |
---|---|
System Center OM SDK | 2012, 2016, 2019 |