C# 클래스 Amazon.SimpleWorkflow.CancelTimerFailedCause

Cancel Timer Failed Cause
상속: ConstantClass
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
OPERATION_NOT_PERMITTED CancelTimerFailedCause
TIMER_ID_UNKNOWN CancelTimerFailedCause

공개 메소드들

메소드 설명
CancelTimerFailedCause ( string value ) : System

Default Constructor

FindValue ( string value ) : CancelTimerFailedCause

Finds the constant for the unique value.

메소드 상세

CancelTimerFailedCause() 공개 메소드

Default Constructor
public CancelTimerFailedCause ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : CancelTimerFailedCause
value string The unique value for the constant
리턴 CancelTimerFailedCause

프로퍼티 상세

OPERATION_NOT_PERMITTED 공개적으로 정적으로 프로퍼티

Constant OPERATION_NOT_PERMITTED for CancelTimerFailedCause
public static CancelTimerFailedCause,Amazon.SimpleWorkflow OPERATION_NOT_PERMITTED
리턴 CancelTimerFailedCause

TIMER_ID_UNKNOWN 공개적으로 정적으로 프로퍼티

Constant TIMER_ID_UNKNOWN for CancelTimerFailedCause
public static CancelTimerFailedCause,Amazon.SimpleWorkflow TIMER_ID_UNKNOWN
리턴 CancelTimerFailedCause