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