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