Share via


DurableEntityStatus Class

Definition

Represents the status of a durable entity instance.

[System.Runtime.Serialization.DataContract]
public class DurableEntityStatus
[<System.Runtime.Serialization.DataContract>]
type DurableEntityStatus = class
Public Class DurableEntityStatus
Inheritance
DurableEntityStatus
Attributes

Properties

EntityId

Gets the EntityId of the queried entity instance.

LastOperationTime

Gets the time of the last operation processed by the entity instance.

State

Gets the state of the entity instance.

Applies to