언어

SequenceClass.ExecutionDuration 속성

정의

컨테이너가 실행에 소요된 시간을 나타내는 값을 밀리초 단위로 반환합니다.

public:
 virtual property int ExecutionDuration { int get(); };
public virtual int ExecutionDuration { get; }
member this.ExecutionDuration : int
Public Overridable ReadOnly Property ExecutionDuration As Integer

속성 값

컨테이너가 실행에 소요된 시간.

구현

설명

자세한 내용은 Sequence를 참조하세요.

적용 대상