C# Class CSharpAnalytics.Activities.AutoTimedEventActivity

Inheritance: TimedEventActivity
Show file Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
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.

Method Details

AutoTimedEventActivity() public method

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.
return System

End() public method

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