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)
1520protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) 1817protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback,
2 references to OnBeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1524return base.OnBeginClose(timeout, callback, state); 1822new OperationWithTimeoutBeginCallback(base.OnBeginClose),