ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.EndSend Method

Definition

Completes an asynchronous operation to transmit a message to the destination of the output channel.

 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

Parameters

result
IAsyncResult

The result returned by a call.

Implements

Applies to