| ChildActorPathWithUid Method |
Creates a copy of the given ActorPath and applies a new Uid
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override ActorPath WithUid(
long uid
)
abstract WithUid :
uid : int64 -> ActorPath
override WithUid :
uid : int64 -> ActorPath
Parameters
- uid
- Type: SystemInt64
The uid.
Return Value
Type:
ActorPath ActorPath.
See Also