Base:
method
OnBeginClose
System.ServiceModel.Channels.InputQueueChannel<TDisposable>.OnBeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1520
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
1817
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback,
2 references to OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1524
return base.
OnBeginClose
(timeout, callback, state);
1822
new OperationWithTimeoutBeginCallback(base.
OnBeginClose
),