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

调用返回的结果。

实现

适用于