Amazon.Lambda.ThrottleReason.FindValue C# (CSharp) 메소드

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : ThrottleReason
value string The unique value for the constant
리턴 ThrottleReason
        public static ThrottleReason FindValue(string value)
        {
            return FindValue<ThrottleReason>(value);
        }