예제 #1
0
 /// <summary>
 /// Called by the <see cref="AppLoader" /> to execute a command asynchronously.
 /// </summary>
 /// <param name="context">The command context.</param>
 internal void OnExecuteBackground(ApiBackgroundContext context)
 {
     Switch.OnExecuteBackground(new ExecuteBackgroundEventArgs(context));
 }