Home
last modified time | relevance | path

Searched refs:BeginReleaseInstance (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DDurableInstanceManager.cs782 IAsyncResult result = currentInstance.BeginReleaseInstance( in Process()
H A DWorkflowServiceInstance.cs2047 …public IAsyncResult BeginReleaseInstance(bool isTryUnload, TimeSpan timeout, AsyncCallback callbac… in BeginReleaseInstance() method in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance
2188 …IAsyncResult result = this.BeginReleaseInstance(false, TimeSpan.MaxValue, handleEndReleaseInstance… in OnCompleted()
5815 …IAsyncResult result = this.instance.BeginReleaseInstance(true, TimeSpan.MaxValue, onUnloadCallback… in Unload()