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