| ActorPathWithUid Method |
Withes the uid.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract ActorPath WithUid(
long uid
)
abstract WithUid :
uid : int64 -> ActorPath
Parameters
- uid
- Type: SystemInt64
The uid.
Return Value
Type:
ActorPath ActorPath.
See Also