C# Класс CSharpAnalytics.Activities.AutoTimedEventActivity

Наследование: TimedEventActivity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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