Base:
method
OnClose
System.ServiceModel.Channels.InputQueueChannel<TDisposable>.OnClose(System.TimeSpan)
2 overrides of OnClose
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1533protected override void OnClose(TimeSpan timeout) 1834protected override void OnClose(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1537base.OnClose(timeout);