InternalCurrentActorCellKeeperCurrent Property |
INTERNAL!
RemarksNote! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static ActorCell Current { get; set; }
Public Shared Property Current As ActorCell
Get
Set
public:
static property ActorCell^ Current {
ActorCell^ get ();
void set (ActorCell^ value);
}
static member Current : ActorCell with get, set
Property Value
Type:
ActorCell
See Also