Click or drag to resize
Akka.NETDIActorContextAdapterProps Method (Type)
Creates a Props configuration object for a given actor type.

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Props Props(
	Type actorType
)

Parameters

actorType
Type: SystemType
The actor type for which to create the Props configuration.

Return Value

Type: Props
A Props configuration object for the given actor type.
See Also