Click or drag to resize
ActorPathWithUid Method
Withes the uid.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract ActorPath WithUid(
	long uid
)

Parameters

uid
Type: SystemInt64
The uid.

Return Value

Type: ActorPath
ActorPath.
See Also