Share via


IDurableEntityContext.SetState(Object) Method

Definition

Sets the current state of this entity.

public void SetState (object state);
abstract member SetState : obj -> unit
Public Sub SetState (state As Object)

Parameters

state
Object

The JSON-serializable state of the entity.

Applies to