Пример #1
0
 /// <summary>
 /// Executes the actions added the context.
 /// </summary>
 /// <remarks>
 /// This is used by sync and async sessions to make things happen.
 /// </remarks>
 internal void ExecuteActions()
 {
     foreach (var action in Actions)
     {
         Switch.Execute(action.Application, action.Data);
     }
 }