Method | 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.
|
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. |
return | System |