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)
1037return this.channelFactory.BeginClose(callback, asyncState);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
202return this.communicationObject.BeginClose(callback, state); 379return this.communicationObject.BeginClose(callback, state);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1703return service.BeginClose(callback, state);