| TestFSMRefTActor, TState, TData Constructor |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TestFSMRef(
ActorSystem system,
Props props,
IActorRef supervisor = null,
string name = null,
bool activateLogging = false
)
new :
system : ActorSystem *
props : Props *
?supervisor : IActorRef *
?name : string *
?activateLogging : bool
(* Defaults:
let _supervisor = defaultArg supervisor null
let _name = defaultArg name null
let _activateLogging = defaultArg activateLogging false
*)
-> TestFSMRef
Parameters
- system
- Type: Akka.ActorActorSystem
TBD - props
- Type: Akka.ActorProps
TBD - supervisor (Optional)
- Type: Akka.ActorIActorRef
TBD - name (Optional)
- Type: SystemString
TBD - activateLogging (Optional)
- Type: SystemBoolean
TBD
See Also