MongoUtility.Command.CommandExecute.OnCommandRunComplete C# (CSharp) Method

OnCommandRunComplete() public static method

Command Complete
public static OnCommandRunComplete ( MongoUtility.EventArgs.RunCommandEventArgs e ) : void
e MongoUtility.EventArgs.RunCommandEventArgs
return void
        public static void OnCommandRunComplete(RunCommandEventArgs e)
        {
            e.Raise(null, ref RunCommandComplete);
        }