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