Implemented interface member:
method
BeginClose
System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
15 references to BeginClose
System.ServiceModel (14)
System\ServiceModel\Channels\CommunicationObject.cs (1)
147return this.BeginClose(this.DefaultCloseTimeout, callback, state);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
404begin1 = this.upgrade.BeginClose; 499begin1 = this.upgrade.BeginClose;
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)); 1396return factory.BeginClose(timeout, callback, state);
System\ServiceModel\ClientBase.cs (1)
777return GetChannelFactory().BeginClose(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocol.cs (1)
486return this.communicationObject.BeginClose(timeout, callback, state);
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
1120return this.CommunicationObject.BeginClose(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
222return this.communicationObject.BeginClose(timeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
419return this.communicationObject.BeginClose(timeout, callback, state);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
207return this.communicationObject.BeginClose(timeout, callback, state); 384return this.communicationObject.BeginClose(timeout, callback, state);
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
330return this.innerChannelFactory.BeginClose(timeout, callback, state);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
334return this.provider.BeginClose(timeout, callback, state);