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

Namespace: Akka.DI.Unity
Assembly: Akka.DI.Unity (in Akka.DI.Unity.dll) Version: 1.0.7.19 (1.0.7.19)
Syntax
public 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

Implements

IDependencyResolverCreateTActor
See Also