1 implementation of WaitForMessageAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
147
public async Task<bool>
WaitForMessageAsync
(TimeSpan timeout)
1 reference to WaitForMessageAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
37
return await _source.
WaitForMessageAsync
(timeoutHelper.RemainingTime());