| StreamLayoutValidate Method |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static void Validate(
IModule module,
int level = 0,
bool shouldPrint = false,
IDictionary<Object, int> idMap = null
)
static member Validate :
module : IModule *
?level : int *
?shouldPrint : bool *
?idMap : IDictionary<Object, int>
(* Defaults:
let _level = defaultArg level 0
let _shouldPrint = defaultArg shouldPrint false
let _idMap = defaultArg idMap null
*)
-> unit
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 See Also