Base:
1 reference to OnCloseAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
216
protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) =>
OnCloseAsync
(timeout).ToApm(callback, state);