iControl.ManagementDBVariable.Beginquery C# (CSharp) Method

Beginquery() public method

public Beginquery ( string variables, System callback, object asyncState ) : System.IAsyncResult
variables string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginquery(string [] variables, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("query", new object[] {
            variables}, callback, asyncState);
        }