LBM Monitor Source class.

C# |
public class LBMMonitorSource : IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMMonitorSource(Int32, String, Int32, String) |
Create an LBM Monitoring Source Controller.
This creates an instance of an LBM Monitoring Source
Controller.
|
![]() | close()()() |
Close and dispose of this monitor source
|
![]() | Dispose()()() |
Same as close()()() |
![]() | Finalize()()() |
LBMMonitorSource finalization
(Overrides Object.Finalize()()().) |
![]() | sample()()() |
Gather statistics for on-demand objects.
|
![]() | start(LBMContext, String, Int32) |
Register a context for monitoring.
|
![]() | start(LBMReceiver, String, Int32) |
Register a receiver for monitoring.
|
![]() | start(LBMHFXReceiver, String, Int32) |
Register a HFX receiver for monitoring.
|
![]() | start(LBMSource, String, Int32) |
Register a source for monitoring.
|
![]() | start(LBMEventQueue, String, Int32) |
Register an event queue for monitoring.
|
![]() | stop(LBMContext) |
Terminate monitoring for a context.
|
![]() | stop(LBMReceiver) |
Terminate monitoring for a receiver.
|
![]() | stop(LBMSource) |
Terminate monitoring for a source.
|
![]() | stop(LBMEventQueue) |
Terminate monitoring for an event queue.
|

Object | |
![]() | LBMMonitorSource |