Click or drag to resize
Akka.NETNoMaterializerExecutionContext Property
N/A

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MessageDispatcher ExecutionContext { get; }

Property Value

Type: MessageDispatcher

Implements

IMaterializerExecutionContext
Exceptions
ExceptionCondition
NotSupportedException This exception is automatically thrown since NoMaterializer does not provide an execution context.
See Also