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)