ITaskRuntimeManagement.SubmitTask Method (IEnumerable, ManagementPackTask, TaskConfiguration)

Updated: April 16, 2012

Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As ITaskRuntimeManagement Dim targets As IEnumerable(Of T) Dim task As ManagementPackTask Dim configuration As TaskConfiguration Dim returnValue As Guid returnValue = instance.SubmitTask(targets, task, configuration)Function SubmitTask(Of T As EnterpriseManagementObject) ( _ targets As IEnumerable(Of T), _ task As ManagementPackTask, _ configuration As TaskConfiguration _ ) As GuidGuid SubmitTask<T> ( IEnumerable<T> targets, ManagementPackTask task, TaskConfiguration configuration ) where T : EnterpriseManagementObjectgeneric<typename T> where T : EnterpriseManagementObject Guid SubmitTask ( IEnumerable<T>^ targets, ManagementPackTask^ task, TaskConfiguration^ configuration )GenericParametersTParameterstargetstaskconfigurationReturn ValueReturns Guid.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms