7 references to Delete
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (7)
1503
if (operation == PersistenceOperation.
Delete
)
1581
return new UnloadOrPersistAsyncResult(this, this.Controller.State == WorkflowInstanceState.Complete ? PersistenceOperation.
Delete
: PersistenceOperation.Save, false, isTry,
3379
this.isUnloaded = (operation == PersistenceOperation.Unload || operation == PersistenceOperation.
Delete
);
3389
else if (operation == PersistenceOperation.
Delete
)
3611
this.operation = PersistenceOperation.
Delete
;
3801
if (this.operation == PersistenceOperation.
Delete
)
4001
this.instance.hasPersistedDeleted = this.operation == PersistenceOperation.
Delete
;