Implemented interface member:
method
BeginWaitForMessage
System.ServiceModel.Channels.IInputChannel.BeginWaitForMessage(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginWaitForMessage
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionChannel.cs (1)
509return Task.Factory.FromAsync(BeginWaitForMessage, EndWaitForMessage, timeout, null);