Implemented interface member:
method
BeginClose
System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
4 references to BeginClose
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1037
return this.channelFactory.
BeginClose
(callback, asyncState);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
202
return this.communicationObject.
BeginClose
(callback, state);
379
return this.communicationObject.
BeginClose
(callback, state);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1703
return service.
BeginClose
(callback, state);