ANHMySQLLib.AsyncMysqlCommand.Execute C# (CSharp) Method

Execute() public method

public Execute ( ) : void
return void
        public virtual void Execute()
        {
            mCompleted.Set();
        }