1 instantiation of UnlockInstanceCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
492
UnlockInstanceCommand command = new
UnlockInstanceCommand
7 references to UnlockInstanceCommand
System.Activities.DurableInstancing (7)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (5)
439
else if (command is
UnlockInstanceCommand
)
492
UnlockInstanceCommand
command = new UnlockInstanceCommand
626
UnlockInstanceCommand
command = unlockInstanceState.UnlockInstanceCommand;
681
UnlockInstanceCommand = (
UnlockInstanceCommand
)(result.AsyncState),
692
public
UnlockInstanceCommand
UnlockInstanceCommand { get; set; }
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (2)
34
UnlockInstanceCommand
unlockCommand = (
UnlockInstanceCommand
)(base.InstancePersistenceCommand);