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