ActorStateChange.ChangeKind Property

Definition

Gets the kind of state change for given actor state name.

public Microsoft.ServiceFabric.Actors.Runtime.StateChangeKind ChangeKind { get; }
member this.ChangeKind : Microsoft.ServiceFabric.Actors.Runtime.StateChangeKind
Public ReadOnly Property ChangeKind As StateChangeKind

Property Value

The kind of state change for given actor state name.

Applies to