Click or drag to resize
Akka.NETStreamLayoutValidate Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static void Validate(
	IModule module,
	int level = 0,
	bool shouldPrint = false,
	IDictionary<Object, int> idMap = null
)

Parameters

module
Type: Akka.Streams.ImplementationIModule
TBD
level (Optional)
Type: SystemInt32
TBD
shouldPrint (Optional)
Type: SystemBoolean
TBD
idMap (Optional)
Type: System.Collections.GenericIDictionaryObject, Int32
TBD
Exceptions
ExceptionCondition
IllegalStateExceptionTBD
See Also