Build 1.01.318.0

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

The SamplingGroupManager type exposes the following members.

Constructors

  NameDescription
Public methodSamplingGroupManager
Creates a new instance of a sampling group.

Methods

  NameDescription
Public methodApplyChanges
Applies any pending changes caused by adding,changing or removing monitored items.
Public methodCreateMonitoredItem(OperationContext, UInt32, Double, TimestampsToReturn, UInt32, Object, MonitoredItemCreateRequest, Range, Double)
Creates a new monitored item and calls StartMonitoring().
Protected methodCreateMonitoredItem(IServerInternal, INodeManager, Object, UInt32, UInt32, Session, ReadValueId, DiagnosticsMasks, TimestampsToReturn, MonitoringMode, UInt32, MonitoringFilter, MonitoringFilter, Range, Double, UInt32, Boolean, Double)
Creates a new monitored item.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyMonitoredItem
Modifies a monitored item and calls ModifyMonitoring().
Public methodModifyMonitoring
Changes monitoring attributes the item.
Public methodShutdown
Stops all sampling groups and clears all items.
Public methodStartMonitoring
Starts monitoring the item.
Public methodStopMonitoring
Stops monitoring the item.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also