iControl.LocalLBNodeAddressV2.get_monitor_rule C# (CSharp) Method

get_monitor_rule() private method

private get_monitor_rule ( string nodes ) : LocalLBMonitorRule[]
nodes string
return LocalLBMonitorRule[]
        public LocalLBMonitorRule[] get_monitor_rule(
		string [] nodes
	)
        {
            object [] results = this.Invoke("get_monitor_rule", new object [] {
                nodes});
            return ((LocalLBMonitorRule [])(results[0]));
        }
LocalLBNodeAddressV2