Session.AddEvent Method
Include Protected Members
Include Inherited Members
Adds a new Event object to the session.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddEvent(String) | Adds a new Event object to the session from fully qualified event name. | |
AddEvent(EventInfo) | Adds a new Event object to the session. |
Top