共用方式為


WSTrustServiceContract.EndDispatchRequest(IAsyncResult) 方法

定義

完成 DispatchRequest(DispatchContext) 的非同步呼叫。

protected:
 virtual System::ServiceModel::Security::DispatchContext ^ EndDispatchRequest(IAsyncResult ^ ar);
protected virtual System.ServiceModel.Security.DispatchContext EndDispatchRequest (IAsyncResult ar);
abstract member EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
override this.EndDispatchRequest : IAsyncResult -> System.ServiceModel.Security.DispatchContext
Protected Overridable Function EndDispatchRequest (ar As IAsyncResult) As DispatchContext

參數

傳回

DispatchContext

DispatchContext,公開決定回應訊息和動作的屬性。

適用於