IMonitor interface | QSYS API Reference Guide
Defines the contract for monitoring resources in the ASNA DataGate client.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Extends: IDisposable
Remarks
This interface provides properties and methods to monitor resources in the ASNA DataGate client. It includes properties to get the locks held by the monitor, the active clients monitored by the monitor, the open members monitored by the monitor, the connection associated with the monitor, and a value indicating whether the monitor should cache data.
Properties
Type | Name | Description |
---|---|---|
IEnumerable<IClientMonitor> | ActiveClients | Gets the active clients monitored by the monitor. |
Boolean | CacheData | Gets or sets a value indicating whether the monitor should cache data. |
AdgConnection | Connection | Gets the connection associated with the monitor. |
IEnumerable<ILock> | LocksHeld | Gets the locks held by the monitor. |
IEnumerable<IPhysicalMember> | OpenMembers | Gets the open members monitored by the monitor. |