'Declaration
Function AddMonitor(Of T As {Class, ILoupeMonitor})() As ILoupeAgentBuilder
ILoupeAgentBuilder AddMonitor<T>() where T: class, ILoupeMonitor
Type Parameters
- T
- The type of the monitor, which must implement Gibraltar.Monitor.ILoupeMonitor.
Return Value
The builder instance.