iControl.LocalLBNodeAddressV2.get_monitor_rule C# (CSharp) Méthode

get_monitor_rule() private méthode

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