1 override of BeginClose
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1693public override IAsyncResult BeginClose(AsyncCallback callback, object state)
1 reference to BeginClose
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
322IAsyncResult result = this[i].BeginClose(collectibleNodeClosedCallback, this[i]);