C# 클래스 CSharpAnalytics.Activities.AutoTimedEventActivity

상속: TimedEventActivity
파일 보기 프로젝트 열기: TechSmith/CSharpAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
AutoTimedEventActivity ( string category, string variable, string label = null ) : System

Create a new AutoTimedEventActivity to capture details of a timed event.

End ( ) : void

Mark the event as ended.

메소드 상세

AutoTimedEventActivity() 공개 메소드

Create a new AutoTimedEventActivity to capture details of a timed event.
public AutoTimedEventActivity ( string category, string variable, string label = null ) : System
category string Category of this event.
variable string Variable name of this event.
label string Label for this event.
리턴 System

End() 공개 메소드

Mark the event as ended.
public End ( ) : void
리턴 void