C# Class CSharpAnalytics.Activities.TimedEventActivity

Inheritance: IUrchinActivity, IMeasurementActivity
Afficher le fichier Open project: TechSmith/CSharpAnalytics Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System