Share via


ITaskRuntimeManagement.EndExecuteTask Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Finishes task execution.

Namespace: Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)

Usage

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

returnValue = instance.EndExecuteTask(result)

Syntax

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

Parameters

  • result
    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

See Also

Reference

ITaskRuntimeManagement Interface
ITaskRuntimeManagement Members
Microsoft.EnterpriseManagement.Runtime Namespace