iControl.ManagementDBVariable.Beginreset C# (CSharp) Method

Beginreset() public method

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