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