CheckList Constructor (IEnumerable Assembly , ConfigSectionNode)NFX Class Library

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

Initializaes check list from assemblies

Namespace: NFX.Health
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CheckList(
	IEnumerable<Assembly> checkAssemblies,
	ConfigSectionNode config
)

Parameters

checkAssemblies
Type: OnlineSystem.Collections.Generic IEnumerable OnlineAssembly 
config
Type: NFX.Environment ConfigSectionNode
See Also