iControl.LocalLBProfileTCP.Beginset_proxy_buffer_high C# (CSharp) Method

Beginset_proxy_buffer_high() public method

public Beginset_proxy_buffer_high ( 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_high(string [] profile_names,LocalLBProfileULong [] levels, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_proxy_buffer_high", new object[] {
            profile_names,
            levels}, callback, asyncState);
        }
LocalLBProfileTCP