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

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

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