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)
311
return
SendAsync
(message, DefaultSendTimeout);
333
SendAsync
(message, timeout).GetAwaiter().GetResult();
343
return
SendAsync
(message, timeout).ToApm(callback, state);