![]() |
Apama API Reference for .NET
10.0.0.2
|
This class provides access to a snapshot of information about a Timer that is/was live in the engine. More...
Inherits Apama.Engine.NameInfo.
Public Member Functions | |
| NamedTimerInfo (string name, string package, string qualifiedName, uint numTimers) | |
| Constructor for NamedTimerInfo More... | |
Public Member Functions inherited from Apama.Engine.NameInfo | |
| override string | ToString () |
| Returns the fully qualified name of the item. More... | |
Properties | |
| uint | NumTimers [get] |
| Get the number of event templated that have been created besed on this named Event Type. More... | |
Properties inherited from Apama.Engine.NameInfo | |
| string | FullyQualifiedName [get] |
| Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name. More... | |
| string | Name [get] |
| Get the name of the item. This is the "unqualified" name. More... | |
| string | Package [get] |
| Get the package in which the item is installed. More... | |
This class provides access to a snapshot of information about a Timer that is/was live in the engine.
| Apama.Engine.NamedTimerInfo.NamedTimerInfo | ( | string | name, |
| string | package, | ||
| string | qualifiedName, | ||
| uint | numTimers | ||
| ) |
Constructor for NamedTimerInfo
| name | |
| package | |
| qualifiedName | |
| numTimers |
|
get |
Get the number of event templated that have been created besed on this named Event Type.