iControl.SystemConfigSync.synchronize_to_group C# (CSharp) Method

synchronize_to_group() private method

private synchronize_to_group ( string group ) : void
group string
return void
        public void synchronize_to_group(
		string group
	)
        {
            this.Invoke("synchronize_to_group", new object [] {
                group});
        }
SystemConfigSync