iControl.ManagementDBVariable.Beginmodify C# (CSharp) Méthode

Beginmodify() public méthode

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