C# Class CSharpAnalytics.Activities.TimedEventActivity

Inheritance: IUrchinActivity, IMeasurementActivity
Show file Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
TimedEventActivity ( string category, string variable, System.TimeSpan time, string label = null ) : System

Create a new EventActivity with various parameters to be captured.

Method Details

TimedEventActivity() public method

Create a new EventActivity with various parameters to be captured.
public TimedEventActivity ( string category, string variable, System.TimeSpan time, string label = null ) : System
category string Category name to be assigned to Category property.
variable string Variable name to be assigned to Variable property.
time System.TimeSpan Optional time to be assigned to the Time property, will default to time between being started and ended.
label string Optional label to be assigned to the Label property.
return System