ITaskRuntimeManagement.EndExecuteTask(IAsyncResult) Method

Definition

Finishes task execution.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::TaskResult ^> ^ EndExecuteTask(IAsyncResult ^ asyncResult);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.TaskResult> EndExecuteTask (IAsyncResult asyncResult);
abstract member EndExecuteTask : IAsyncResult -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.TaskResult>
Public Function EndExecuteTask (asyncResult As IAsyncResult) As IList(Of TaskResult)

Parameters

asyncResult
IAsyncResult

The result of the task execution.

Returns

Returns IList<T>.

The task results.

Applies to