iControl.LocalLBProfileTCP.Beginset_packet_loss_ignore_rate C# (CSharp) Method

Beginset_packet_loss_ignore_rate() public method

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