Click or drag to resize
Akka.NETActorAttributesCreateDispatcher Method
Specifies the name of the dispatcher.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Attributes CreateDispatcher(
	string dispatcherName
)

Parameters

dispatcherName
Type: SystemString
TBD

Return Value

Type: Attributes
TBD
See Also