Share via


ITaskRuntimeManagement.EndExecuteTask Method

Finishes task execution.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ITaskRuntimeManagement
Dim asyncResult As IAsyncResult
Dim returnValue As IList(Of TaskResult)

returnValue = instance.EndExecuteTask(asyncResult)

Syntax

'Declaration
Function EndExecuteTask ( _
    asyncResult As IAsyncResult _
) As IList(Of TaskResult)
IList<TaskResult> EndExecuteTask (
    IAsyncResult asyncResult
)
IList<TaskResult^>^ EndExecuteTask (
    IAsyncResult^ asyncResult
)
IList<TaskResult> EndExecuteTask (
    IAsyncResult asyncResult
)
function EndExecuteTask (
    asyncResult : IAsyncResult
) : IList<TaskResult>

Parameters

  • asyncResult
    The result of the task execution.

Return Value

Returns IList.

The task results.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ITaskRuntimeManagement Interface
ITaskRuntimeManagement Members
Microsoft.EnterpriseManagement Namespace