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