Share via


Activity.Duration 속성

정의

작업 기간을 가져옵니다.

public:
 property TimeSpan Duration { TimeSpan get(); };
public TimeSpan Duration { get; }
member this.Duration : TimeSpan
Public ReadOnly Property Duration As TimeSpan

속성 값

가 종료되었거나 가Stop() 호출되었거나 SetEndTime(DateTime)Zero 가 종료되지 않고 호출되지 않은 경우 ActivitySetEndTime(DateTime) 종료 시간 Activity 사이의 StartTimeUtc 델타입니다.

적용 대상