iControl.LocalLBNodeAddressV2.set_monitor_logging_state C# (CSharp) Method

set_monitor_logging_state() private method

private set_monitor_logging_state ( string nodes, CommonEnabledState states ) : void
nodes string
states CommonEnabledState
return void
        public void set_monitor_logging_state(
		string [] nodes,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_monitor_logging_state", new object [] {
                nodes,
                states});
        }
LocalLBNodeAddressV2