iControl.ManagementDeviceGroup.set_autosync_enabled_state C# (CSharp) Method

set_autosync_enabled_state() private method

private set_autosync_enabled_state ( string device_groups, CommonEnabledState states ) : void
device_groups string
states CommonEnabledState
return void
        public void set_autosync_enabled_state(
		string [] device_groups,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_autosync_enabled_state", new object [] {
                device_groups,
                states});
        }
ManagementDeviceGroup