| IDependencyResolverGetType Method |
Retrieves an actor's type with the specified name
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax Type GetType(
string actorName
)
abstract GetType :
actorName : string -> Type
Parameters
- actorName
- Type: SystemString
The name of the actor to retrieve
Return Value
Type:
TypeThe type with the specified actor name
See Also