Apama API Reference for .NET
9.10.0.4
|
This class provides access to a snapshot of information about a Context that is/was live in the engine. More...
Inherits Apama.Engine.NameInfo.
Public Member Functions | |
NamedContextInfo (string name, string package, string qualifiedName, uint numSubMonitors, uint queueSize, string[] channels) | |
Constructor for NamedContextInfo More... | |
Public Member Functions inherited from Apama.Engine.NameInfo | |
override string | ToString () |
Returns the fully qualified name of the item. More... | |
Properties | |
string[] | Channels [get] |
Get the channels subscriptions for this Context More... | |
uint | NumSubMonitors [get] |
Get the number of sub-monitors for this Context More... | |
uint | QueueSize [get] |
Get the current queue size for this Context 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 Context that is/was live in the engine.
Apama.Engine.NamedContextInfo.NamedContextInfo | ( | string | name, |
string | package, | ||
string | qualifiedName, | ||
uint | numSubMonitors, | ||
uint | queueSize, | ||
string[] | channels | ||
) |
Constructor for NamedContextInfo
name | The name of the Context |
package | The package name of the Context |
qualifiedName | The qualified name of the Context |
numSubMonitors | The number of sub monitors in the Context |
queueSize | The Context queueSize |
channels | The Context channels |
|
get |
Get the channels subscriptions for this Context
|
get |
Get the number of sub-monitors for this Context
|
get |
Get the current queue size for this Context