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

get_rate_limit() 개인적인 메소드

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