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