Click or drag to resize
Akka.NETIModuleReplaceShape Method
Verify that the given Shape has the same ports and return a new module with that shape. Concrete implementations may throw UnsupportedOperationException where applicable.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IModule ReplaceShape(
	Shape shape
)

Parameters

shape
Type: Akka.StreamsShape
TBD

Return Value

Type: IModule
TBD
See Also