Build 1.01.318.0

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

The IMonitoredItem type exposes the following members.

Methods

  NameDescription
Public methodGetCreateResult
Returns the result after creating the monitor item.
Public methodGetModifyResult
Returns the result after modifying the monitor item.

Properties

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

See Also