iControl.LocalLBDNSCache.Beginset_maximum_udp_flows C# (CSharp) Method

Beginset_maximum_udp_flows() public method

public Beginset_maximum_udp_flows ( string caches, long flows, System callback, object asyncState ) : System.IAsyncResult
caches string
flows long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_udp_flows(string [] caches,long [] flows, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_udp_flows", new object[] {
            caches,
            flows}, callback, asyncState);
        }
LocalLBDNSCache