4 instantiations of UnloadOrPersistAsyncResult
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (4)
1581return new UnloadOrPersistAsyncResult(this, this.Controller.State == WorkflowInstanceState.Complete ? PersistenceOperation.Delete : PersistenceOperation.Save, false, isTry, 1602return new UnloadOrPersistAsyncResult(this, PersistenceOperation.Save, true, false, TimeSpan.MaxValue, callback, state); 2574return new UnloadOrPersistAsyncResult(this.workflowInstance, PersistenceOperation.Unload, false, false, timeout, callback, state); 2584return new UnloadOrPersistAsyncResult(this.workflowInstance, PersistenceOperation.Unload, false, true, timeout, callback, state);
27 references to UnloadOrPersistAsyncResult
System.ServiceModel.Activities (27)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (27)
1587return UnloadOrPersistAsyncResult.End(result); 1607UnloadOrPersistAsyncResult.End(result); 2579UnloadOrPersistAsyncResult.End(result); 2589return UnloadOrPersistAsyncResult.End(result); 3407OnCompleting = UnloadOrPersistAsyncResult.completeCallback; 3538UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)state; 3636UnloadOrPersistAsyncResult thisPtr = AsyncResult.End<UnloadOrPersistAsyncResult>(result); 3643UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3705UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3714UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3746UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3835UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3904UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3964UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 4019UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 4026UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result;