Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The IEventMonitoredItem type exposes the following members.

Methods

  NameDescription
Public methodGetCreateResult
Returns the result after creating the monitor item.
(Inherited from IMonitoredItem.)
Public methodGetModifyResult
Returns the result after modifying the monitor item.
(Inherited from IMonitoredItem.)
Public methodModifyAttributes
Modifies the attributes for monitored item.
Public methodPublish
Publishes all available event notifications.
Public methodQueueEvent
Adds an event to the queue.
Public methodSetMonitoringMode
Changes the monitoring mode for the item.

Properties

  NameDescription
Public propertyEventFilter
The filter used by the monitored item.
Public propertyId
The identifier for the item that is unique within the server.
(Inherited from IMonitoredItem.)
Public propertyIsReadyToPublish
Checks if the monitored item is ready to publish.
(Inherited from IMonitoredItem.)
Public propertyManagerHandle
The handle assigned by the NodeManager.
(Inherited from IMonitoredItem.)
Public propertyMonitoredItemType
A bit mask that indicates what the monitored item is.
(Inherited from IMonitoredItem.)
Public propertyMonitoringAllEvents
Whether the item is monitoring all events produced by the server.
Public propertyMonitoringMode
The monitoring mode specified for the item.
(Inherited from IMonitoredItem.)
Public propertyNodeManager
The node manager that created the item.
(Inherited from IMonitoredItem.)
Public propertySamplingInterval
The sampling interval for the item.
(Inherited from IMonitoredItem.)
Public propertySession
The session that owns the monitored item.
(Inherited from IMonitoredItem.)
Public propertySubscriptionCallback
The object to call when item is ready to publish.
(Inherited from IMonitoredItem.)
Public propertySubscriptionId
The identifier for the subscription that is unique within the server.
(Inherited from IMonitoredItem.)

See Also