Base:
method
OnEndClose
System.ServiceModel.Channels.ChannelFactoryBase<TChannel>.OnEndClose(System.IAsyncResult)
2 overrides of OnEndClose
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
154
protected override void
OnEndClose
(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
179
protected override void
OnEndClose
(IAsyncResult result)
2 references to OnEndClose
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
151
return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.
OnEndClose
, this.innerChannelListener);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
162
ends.Add(new OperationEndCallback(base.
OnEndClose
));