Click or drag to resize
Akka.NETIDependencyResolverCreateTActor Method
Used to register the configuration for an actor of the specified type TActor

Namespace:  Akka.DI.Core
Assembly:  Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
Props Create<TActor>()
where TActor : ActorBase

Type Parameters

TActor
The type of actor the configuration is based

Return Value

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