2 references to WaitForPendingRequestsAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
120protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => WaitForPendingRequestsAsync(timeout).ToApm(callback, state);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
80WaitForPendingRequestsAsync(timeout).Wait();