Click or drag to resize
Akka.NETRootActorPathWithUid Method
TBD

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

Parameters

uid
Type: SystemInt64
TBD

Return Value

Type: ActorPath
TBD
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is thrown if the given uid is not equal to 0.
See Also