3 references to UnloadOrPersistAsyncResult
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
2257return new UnloadOrPersistAsyncResult(this, timeout, operation, true, isInternalPersist, callback, state); 2451return new UnloadOrPersistAsyncResult(this, timeout, PersistenceOperation.Save, false, false, callback, state); 2857return new UnloadOrPersistAsyncResult(this, timeout, PersistenceOperation.Unload, false, false, callback, state);