iControl.LocalLBProfileTCP.Endget_tail_loss_probe_state C# (CSharp) Метод

Endget_tail_loss_probe_state() публичный Метод

public Endget_tail_loss_probe_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
Результат iControl.LocalLBProfileEnabledState[]
        public LocalLBProfileEnabledState[] Endget_tail_loss_probe_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileEnabledState [])(results[0]));
        }
LocalLBProfileTCP