BotStateExtensions.DeleteStateForUserAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This operation is deprecated. Please do not use it any longer.
[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<object> DeleteStateForUserAsync (this Microsoft.Bot.Connector.IBotState operations, string channelId, string userId, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member DeleteStateForUserAsync : Microsoft.Bot.Connector.IBotState * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function DeleteStateForUserAsync (operations As IBotState, channelId As String, userId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
Parámetros
- operations
- IBotState
- channelId
- String
- userId
- String
- cancellationToken
- CancellationToken
Devoluciones
- Atributos