iControl.LocalLBNodeAddressV2.get_rate_limit C# (CSharp) Method

get_rate_limit() private method

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