C# Class CSharpAnalytics.Activities.AutoTimedEventActivity

Inheritance: TimedEventActivity
Afficher le fichier Open project: TechSmith/CSharpAnalytics Class Usage Examples

Méthodes publiques

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

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

End() public méthode

Mark the event as ended.
public End ( ) : void
Résultat void