ActorId.GetPartitionKey Method

Definition

Gets the partition key for this ActorId.

public long GetPartitionKey ();
member this.GetPartitionKey : unit -> int64
Public Function GetPartitionKey () As Long

Returns

The key for locating the partition of the actor service that is responsible for this ActorId.

Remarks

Applies to