iControl.LocalLBProfileTCP.Beginset_proxy_buffer_low C# (CSharp) Method

Beginset_proxy_buffer_low() public method

public Beginset_proxy_buffer_low ( string profile_names, LocalLBProfileULong levels, System callback, object asyncState ) : System.IAsyncResult
profile_names string
levels LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_proxy_buffer_low(string [] profile_names,LocalLBProfileULong [] levels, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_proxy_buffer_low", new object[] {
            profile_names,
            levels}, callback, asyncState);
        }
LocalLBProfileTCP