Implemented interface member:
method
EndClose
System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
22 references to EndClose
SMSvcHost (1)
System\ServiceModel\Activation\WorkerProcess.cs (1)
378serviceInstance.EndClose(asyncResult);
System.ServiceModel (18)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
426this.upgradeProvider.EndClose(result); 475thisPtr.upgradeProvider.EndClose(result);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
405end1 = this.upgrade.EndClose; 500end1 = this.upgrade.EndClose;
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1106this.channelFactory.EndClose(result);
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1230channelTracker.BeginClose, channelTracker.EndClose);
System\ServiceModel\Channels\ServiceChannel.cs (2)
1386new ChainedBeginHandler(this.factory.BeginClose), new ChainedEndHandler(this.factory.EndClose)); 1477factory.EndClose(result);
System\ServiceModel\ClientBase.cs (1)
789GetChannelFactory().EndClose(result);
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
90instance.EndClose(result); 135instanceContext.EndClose(result);
System\ServiceModel\Security\SecurityProtocol.cs (1)
491this.communicationObject.EndClose(result);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1125this.CommunicationObject.EndClose(result);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
227this.communicationObject.EndClose(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
424this.communicationObject.EndClose(result);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
212this.communicationObject.EndClose(result); 389this.communicationObject.EndClose(result);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
335this.innerChannelFactory.EndClose(result);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1735service.EndClose(result);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2732thisPtr.workflowInstance.persistenceContext.EndClose(result);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
349this.provider.EndClose(result);