iControl.ManagementDBVariable.Beginmodify C# (CSharp) Method

Beginmodify() public method

public Beginmodify ( ManagementDBVariableVariableNameValue variables, System callback, object asyncState ) : System.IAsyncResult
variables ManagementDBVariableVariableNameValue
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginmodify(ManagementDBVariableVariableNameValue [] variables, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("modify", new object[] {
            variables}, callback, asyncState);
        }