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