iControl.SystemConfigSync.Beginsynchronize_to_group C# (CSharp) Method

Beginsynchronize_to_group() public method

public Beginsynchronize_to_group ( string group, System callback, object asyncState ) : System.IAsyncResult
group string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsynchronize_to_group(string group, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("synchronize_to_group", new object[] {
            group}, callback, asyncState);
        }
SystemConfigSync