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