ActorIdKind Enum

Definition

Specifies the type of the ID value for an ActorId.

public enum ActorIdKind
type ActorIdKind = 
Public Enum ActorIdKind
Inheritance
ActorIdKind

Fields

Guid 1

Represents ID value of type Guid.

Long 0

Represents ID value of type Int64.

String 2

Represents ID value of type String.

Applies to