FSMBaseCurrentStateTSFsmRef Property |
[Missing <summary> documentation for "P:Akka.Actor.FSMBase.CurrentState`1.FsmRef"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef FsmRef { get; }
Public ReadOnly Property FsmRef As ActorRef
Get
public:
property ActorRef^ FsmRef {
ActorRef^ get ();
}
member FsmRef : ActorRef with get
Property Value
Type:
ActorRef
See Also