iControl.LocalLBNodeAddress.set_monitor_state C# (CSharp) Method

set_monitor_state() private method

private set_monitor_state ( string node_addresses, CommonEnabledState states ) : void
node_addresses string
states CommonEnabledState
return void
        public void set_monitor_state(
		string [] node_addresses,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_monitor_state", new object [] {
                node_addresses,
                states});
        }
LocalLBNodeAddress