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

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

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

Метод Описание
TimedEventActivity ( string category, string variable, System.TimeSpan time, string label = null ) : System

Create a new EventActivity with various parameters to be captured.

Описание методов

TimedEventActivity() публичный Метод

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.
Результат System