Implemented interface member:
method
WaitForMessageAsync
System.ServiceModel.Channels.IAsyncInputChannel.WaitForMessageAsync(System.TimeSpan)
2 references to WaitForMessageAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
222return WaitForMessageAsync(timeout).GetAwaiter().GetResult(); 227return WaitForMessageAsync(timeout).ToApm(callback, state);