ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.EndSend メソッド

定義

出力チャネルの送信先に対してメッセージを送信する非同期操作を完了します。

 virtual void System.ServiceModel.Channels.IOutputChannel.EndSend(IAsyncResult ^ result) = System::ServiceModel::Channels::IOutputChannel::EndSend;
void IOutputChannel.EndSend (IAsyncResult result);
abstract member System.ServiceModel.Channels.IOutputChannel.EndSend : IAsyncResult -> unit
override this.System.ServiceModel.Channels.IOutputChannel.EndSend : IAsyncResult -> unit
Sub EndSend (result As IAsyncResult) Implements IOutputChannel.EndSend

パラメーター

result
IAsyncResult

呼び出しで返された結果。

実装

適用対象