DeploymentAgent.BeginProcessRequest Method

Definition

Executes an asynchronous DeploymentAgentWorkerRequest.

public:
 static IAsyncResult ^ BeginProcessRequest(Microsoft::Web::Deployment::DeploymentAgentWorkerRequest ^ workerRequest, AsyncCallback ^ callback, System::Object ^ extraData);
public static IAsyncResult BeginProcessRequest (Microsoft.Web.Deployment.DeploymentAgentWorkerRequest workerRequest, AsyncCallback callback, object extraData);
static member BeginProcessRequest : Microsoft.Web.Deployment.DeploymentAgentWorkerRequest * AsyncCallback * obj -> IAsyncResult
Public Shared Function BeginProcessRequest (workerRequest As DeploymentAgentWorkerRequest, callback As AsyncCallback, extraData As Object) As IAsyncResult

Parameters

workerRequest
DeploymentAgentWorkerRequest

The current request.

callback
AsyncCallback

The AsyncCallback delegate to call when the asynchronous operation completes.

extraData
Object

An object that contains any additional data for the request.

Returns

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

Applies to