Build 1.01.318.0

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

The SamplingGroup type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodApplyChanges
Updates the group by apply any pending changes.
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 methodModifyMonitoring
Checks if the monitored item can still be handled by the group.
Public methodShutdown
Stops the sampling thread.
Public methodStartMonitoring
Checks if the monitored item can be handled by the group.
Public methodStartup
Starts the sampling thread which periodically reads the items in the group.
Public methodStopMonitoring
Stops monitoring the item.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also