iControl.SystemConfigSync.Beginsynchronize_to_group_v2 C# (CSharp) Method

Beginsynchronize_to_group_v2() public method

public Beginsynchronize_to_group_v2 ( string group, string device, bool force, System callback, object asyncState ) : System.IAsyncResult
group string
device string
force bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsynchronize_to_group_v2(string group,string device,bool force, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("synchronize_to_group_v2", new object[] {
            group,
            device,
            force}, callback, asyncState);
        }
SystemConfigSync