ActorPath..::..WithUid Method

Withes the 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.