ANHMySQLLib.AsyncMysqlCommand.InvokeHandler C# (CSharp) Method

InvokeHandler() public method

public InvokeHandler ( ) : void
return void
        public virtual void InvokeHandler()
        {
            throw new Exception("this method has to be overloaded");
        }