ActorIdKind Enum

Definition

Specifies the type of the ID value for an ActorId.

public enum ActorIdKind
type ActorIdKind = 
Public Enum ActorIdKind
Inheritance
ActorIdKind

Fields

Long 0

Represents ID value of type Int64.

Guid 1

Represents ID value of type Guid.

String 2

Represents ID value of type String.

Applies to