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