BotStateExtensions.DeleteStateForUserAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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)
Parametrar
- operations
- IBotState
- channelId
- String
- userId
- String
- cancellationToken
- CancellationToken
Returer
- Attribut