Base:
method
OnBeginClose
System.ServiceModel.Channels.ChannelFactoryBase<TChannel>.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
3 overrides of OnBeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
149
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
416
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
157
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
2 references to OnBeginClose
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)
161
begins.Add(new OperationWithTimeoutBeginCallback(base.
OnBeginClose
));