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

Definizione

Completa un'operazione asincrona per trasmettere un messaggio alla destinazione del canale di output.

 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

Parametri

result
IAsyncResult

Risultato restituito da una chiamata.

Implementazioni

Si applica a