ClientBase<TChannel>.ChannelBase<T>.IOutputChannel.EndSend Méthode

Définition

Termine une opération asynchrone pour transmettre un message à la destination du canal de sortie.

 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

Paramètres

result
IAsyncResult

Résultat retourné par un appel.

Implémente

S’applique à