Share via


DeploymentAgentHandler.EndProcessRequest(IAsyncResult) Method

Definition

Returns the result for an asynchronous process.

public:
 virtual void EndProcessRequest(IAsyncResult ^ result);
public void EndProcessRequest (IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> unit
override this.EndProcessRequest : IAsyncResult -> unit
Public Sub EndProcessRequest (result As IAsyncResult)

Parameters

result
IAsyncResult

An IAsyncResult interface that contains the status for the asynchronous operation.

Implements

Applies to