ChildActorPath..::..WithUid Method

Creates a copy of the given ActorPath and applies a new Uid

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorPath WithUid(
	long uid
)
Public Function WithUid ( _
	uid As Long _
) As ActorPath
public:
ActorPath^ WithUid(
	long long^ uid
)

Parameters

uid
Type: Int64
The uid.

Return Value

ActorPath.