ITurnState.ClearState(String) Method

Definition

Clears the state.

public void ClearState(string scope);
abstract member ClearState : string -> unit
Public Sub ClearState (scope As String)

Parameters

scope
String

The scope name. eg "conversation", etc...

Remarks

scope is always the name of an Name.

Applies to