iControl.LocalLBDNSCache.get_maximum_udp_flows C# (CSharp) Method

get_maximum_udp_flows() private method

private get_maximum_udp_flows ( string caches ) : long[]
caches string
return long[]
        public long[] get_maximum_udp_flows(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_maximum_udp_flows", new object [] {
                caches});
            return ((long [])(results[0]));
        }
LocalLBDNSCache