Header menu logo Nao

ITurnStore Type

Persists completed turn records so feedback can be analysed against them later.

Instance members

Instance member Description

this.GetAsync

Full Usage: this.GetAsync

Parameters:
    turnId : string

Returns: Task<TurnRecord option>
Modifiers: abstract
turnId : string
Returns: Task<TurnRecord option>

this.GetForSessionAsync

Full Usage: this.GetForSessionAsync

Parameters:
    sessionId : string

Returns: Task<TurnRecord list>
Modifiers: abstract
sessionId : string
Returns: Task<TurnRecord list>

this.SaveAsync

Full Usage: this.SaveAsync

Parameters:
Returns: Task
Modifiers: abstract
arg0 : TurnRecord
Returns: Task

Type something to start searching.