BotFrameworkOptions.State Proprietà

Definizione

Attenzione

This property is no longer used by the framework. Please see documentation for more details.

OBSOLETO: questa proprietà non viene più usata dal framework.

[System.Obsolete("This property is no longer used by the framework. Please see documentation for more details.")]
public System.Collections.Generic.IList<Microsoft.Bot.Builder.BotState> State { get; }
[<System.Obsolete("This property is no longer used by the framework. Please see documentation for more details.")>]
member this.State : System.Collections.Generic.IList<Microsoft.Bot.Builder.BotState>
Public ReadOnly Property State As IList(Of BotState)

Valore della proprietà

Elenco dei provider di stato delle proprietà.

Attributi

Commenti

Questa proprietà è stata usata in un modello per propagare BotState istanze durante la fase di configurazione del servizio, ma non è mai stata usata in fase di esecuzione e viene ritirata per ridurre l'area di superficie delle API di stato. In alternativa, prendere in considerazione semplicemente l'uso di una variabile con ambito BotState appropriato insieme alle chiusura.

Si applica a