IAgentState.ClearState Method

Definition

Clears the state.

public void ClearState();
abstract member ClearState : unit -> unit
Public Sub ClearState ()

Remarks

This method clears the state cache. Call SaveChangesAsync(ITurnContext, Boolean, CancellationToken) to persist this change in the storage layer.

Applies to