Withes the uid.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract ActorPath WithUid(
long uid
)
Public MustOverride Function WithUid (
uid As Long
) As ActorPath
public:
virtual ActorPath^ WithUid(
long long uid
) abstract
abstract WithUid :
uid : int64 -> ActorPath
Parameters
- uid
- Type: SystemInt64
The uid.
Return Value
Type:
ActorPath ActorPath.
See Also