iControl.SystemConfigSync.Beginrollback_configuration C# (CSharp) Метод

Beginrollback_configuration() публичный Метод

public Beginrollback_configuration ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginrollback_configuration(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("rollback_configuration", new object[0], callback, asyncState);
        }
SystemConfigSync