//IOpsCommand
 public void Run(OpsContext context, OpsStatement statement)
 {
     OpsConsole.WriteLine( "Resetting the entire context");
     context.Reset();
 }
Exemple #2
0
 //IOpsCommand
 public void Run(OpsContext context, OpsStatement statement)
 {
     OpsConsole.WriteLine("Resetting the entire context");
     context.Reset();
 }