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

由呼叫傳回的結果。

實作

適用於