| TestActorRefBaseTActorToActorRef Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IActorRef ToActorRef(
TestActorRefBase<TActor> actorRef
)
static member ToActorRef :
actorRef : TestActorRefBase<'TActor> -> IActorRef
Parameters
- actorRef
- Type: Akka.TestKitTestActorRefBaseTActor
TBD
Return Value
Type:
IActorRefTBD
See Also