iControl.LocalLBNodeAddressV2.get_monitor_rule C# (CSharp) 메소드

get_monitor_rule() 개인적인 메소드

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