WSTrustServiceContract.BeginDispatchRequest メソッド

定義

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

パラメーター

dispatchContext
DispatchContext

処理する要求パラメーターを定義し、応答メッセージとアクションを決定するプロパティを公開します。

asyncCallback
AsyncCallback

ディスパッチの完了時に呼び出されるオプションの非同期コールバック。

asyncState
Object

この特定の非同期ディスパッチ要求を他の要求と区別するために使用するユーザー指定のオブジェクト。

戻り値

非同期操作を表す IAsyncResultEndDispatchRequest(IAsyncResult) メソッドへの入力として使用。

適用対象