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