WSTrustServiceContract.BeginDispatchRequest Methode

Definitie

Begint een asynchrone aanroep naar DispatchRequest(DispatchContext).

protected:
 virtual IAsyncResult ^ BeginDispatchRequest(System::ServiceModel::Security::DispatchContext ^ dispatchContext, AsyncCallback ^ asyncCallback, System::Object ^ asyncState);
protected virtual IAsyncResult BeginDispatchRequest(System.ServiceModel.Security.DispatchContext dispatchContext, AsyncCallback asyncCallback, object asyncState);
abstract member BeginDispatchRequest : System.ServiceModel.Security.DispatchContext * AsyncCallback * obj -> IAsyncResult
override this.BeginDispatchRequest : System.ServiceModel.Security.DispatchContext * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginDispatchRequest (dispatchContext As DispatchContext, asyncCallback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

dispatchContext
DispatchContext

Definieert de aanvraagparameters voor het verwerken en weergeven van eigenschappen die het antwoordbericht en de actie bepalen.

asyncCallback
AsyncCallback

Een optionele asynchrone callback die moet worden aangeroepen wanneer de verzending is voltooid.

asyncState
Object

Een door de gebruiker verstrekt object dat deze specifieke asynchrone verzendaanvraag onderscheidt van andere aanvragen.

Retouren

Een IAsyncResult die de asynchrone bewerking vertegenwoordigt. Wordt gebruikt als invoer voor de EndDispatchRequest(IAsyncResult) methode.

Van toepassing op