| DashboardRendererIntercepts Method |
[Missing <summary> documentation for "M:Activsoft.Dashboard.DashboardRenderer.Intercepts(Activsoft.Engine.Config)"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic RenderMode Intercepts(
Config monConfig
)
Public Function Intercepts (
monConfig As Config
) As RenderMode
public:
virtual RenderMode Intercepts(
Config^ monConfig
) sealed
abstract Intercepts :
monConfig : Config -> RenderMode
override Intercepts :
monConfig : Config -> RenderMode Parameters
- monConfig
- Type: Activsoft.EngineConfig
[Missing <param name="monConfig"/> documentation for "M:Activsoft.Dashboard.DashboardRenderer.Intercepts(Activsoft.Engine.Config)"]
Return Value
Type:
RenderMode[Missing <returns> documentation for "M:Activsoft.Dashboard.DashboardRenderer.Intercepts(Activsoft.Engine.Config)"]
Implements
IRendererIntercepts(Config)
See Also