1 write to temporaryHandle
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5688
this.
temporaryHandle
= this.store.CreateInstanceHandle(owner);
5 references to temporaryHandle
System.Activities (5)
System\Activities\WorkflowApplication.cs (5)
5668
this.owner = this.store.Execute(this.
temporaryHandle
, GetCreateOwnerCommand(definitionIdentity), timeout).InstanceOwner;
5700
InstanceHandle handle = this.
temporaryHandle
;
5719
result = this.store.BeginExecute(this.
temporaryHandle
, GetCreateOwnerCommand(definitionIdentity), timeout, callback, state);
5758
this.store.Execute(this.
temporaryHandle
, new DeleteWorkflowOwnerCommand(), timeout);
5776
result = this.store.BeginExecute(this.
temporaryHandle
, new DeleteWorkflowOwnerCommand(), timeout, callback, state);