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

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

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