IRequestReplyRouter.EndProcessRequest(IAsyncResult) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
完成訊息處理的非同步執行。
public:
System::ServiceModel::Channels::Message ^ EndProcessRequest(IAsyncResult ^ result);
public System.ServiceModel.Channels.Message EndProcessRequest (IAsyncResult result);
abstract member EndProcessRequest : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndProcessRequest (result As IAsyncResult) As Message
參數
- result
- IAsyncResult
呼叫 BeginProcessRequest(Message, AsyncCallback, Object) 所傳回的非同步結果。
傳回
回覆。