Click or drag to resize
Akka.NETDIActorContextAdapterPropsTActor Method
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<TActor>()
where TActor : ActorBase

Type Parameters

TActor
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