internal StateMachineSubscriptionManager(StateMachineExecutionState executionState, Guid instanceId)
 {
     _executionState = executionState;
     _setStateSubscription = new SetStateSubscription(instanceId);
 }
Пример #2
0
 internal StateMachineSubscriptionManager(StateMachineExecutionState executionState, Guid instanceId)
 {
     _executionState       = executionState;
     _setStateSubscription = new SetStateSubscription(instanceId);
 }