iControl.SystemConfigSync.Beginrollback_configuration C# (CSharp) Method

Beginrollback_configuration() public method

public Beginrollback_configuration ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginrollback_configuration(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("rollback_configuration", new object[0], callback, asyncState);
        }
SystemConfigSync