iControl.ManagementDeviceGroup.set_network_failover_enabled_state C# (CSharp) Method

set_network_failover_enabled_state() private method

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