2 implementations of BeginWaitForMessage
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1360
public AsyncReceiveResult
BeginWaitForMessage
(TimeSpan timeout, WaitCallback callback, object state)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
746
public AsyncReceiveResult
BeginWaitForMessage
(TimeSpan timeout, Threading.WaitCallback callback, object state)
1 reference to BeginWaitForMessage
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
255
if (Source.
BeginWaitForMessage
(timeout, onWaitForMessageComplete, this) == AsyncReceiveResult.Completed)