Base:
method
OnClose
System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)
2 overrides of OnClose
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
96protected override void OnClose(TimeSpan timeout)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
538protected override void OnClose(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
100base.OnClose(timeout);