Implemented interface member:
method
SendAsync
System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message, System.TimeSpan)
3 references to SendAsync
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\LayeredChannelFactory.cs (3)
311return SendAsync(message, DefaultSendTimeout); 333SendAsync(message, timeout).GetAwaiter().GetResult(); 343return SendAsync(message, timeout).ToApm(callback, state);