Base:
method
OnEndClose
System.ServiceModel.Channels.ChannelFactoryBase.OnEndClose(System.IAsyncResult)
1 override of OnEndClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
55protected override void OnEndClose(IAsyncResult result)
1 reference to OnEndClose
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
52return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerChannelFactory);