2 references to BeginClose
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
548
IAsyncResult result = this.securityListener.settingsLifetimeManager.
BeginClose
(timeout, lifetimeManagerCloseCallback, this);
855
IAsyncResult result = this.securityChannel.settingsLifetimeManager.
BeginClose
(timeout, lifetimeManagerCloseCallback, this);