2 references to BeginReleaseInstance
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
2188
IAsyncResult result = this.
BeginReleaseInstance
(false, TimeSpan.MaxValue, handleEndReleaseInstance, this);
5823
IAsyncResult result = this.instance.
BeginReleaseInstance
(true, TimeSpan.MaxValue, onUnloadCallback, this);