![]() |
Apama API Reference for .NET
10.15.0.2
|
This class provides access to a snapshot of information about a PluginReceiver that is/was connected to the engine. More...
Inherits Apama.Engine.NameInfo.
Public Member Functions | |
| NamedPluginReceiverInfo (string name, string package, string qualifiedName, uint queueSize, string[] channels) | |
| Constructor for NamedPluginReceiverInfo 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 PluginReceiver More... | |
| uint | QueueSize [get] |
| Get the current queue size for this PluginReceiver 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 PluginReceiver that is/was connected to the engine.
| Apama.Engine.NamedPluginReceiverInfo.NamedPluginReceiverInfo | ( | string | name, |
| string | package, | ||
| string | qualifiedName, | ||
| uint | queueSize, | ||
| string [] | channels | ||
| ) |
Constructor for NamedPluginReceiverInfo
| name | The name of the PluginReceiver |
| package | The package name of the PluginReceiver |
| qualifiedName | The qualified name of the PluginReceiver |
| queueSize | The PluginReceiver queueSize |
| channels | The PluginReceiver channels |
|
get |
Get the channels subscriptions for this PluginReceiver
|
get |
Get the current queue size for this PluginReceiver