Delen via


SerializeByConversation Klas

Definitie

Deze IPostToBot-service serialiseert de uitvoering van de code van een bepaald gesprek om gelijktijdigheidsproblemen te voorkomen.

public sealed class SerializeByConversation : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type SerializeByConversation = class
    interface IPostToBot
Public NotInheritable Class SerializeByConversation
Implements IPostToBot
Overname
SerializeByConversation
Implementeringen

Constructors

SerializeByConversation(IPostToBot, IAddress, IScope<IAddress>)

Deze IPostToBot-service serialiseert de uitvoering van de code van een bepaald gesprek om gelijktijdigheidsproblemen te voorkomen.

Expliciete interface-implementaties

IPostToBot.PostAsync(IActivity, CancellationToken)

Deze IPostToBot-service serialiseert de uitvoering van de code van een bepaald gesprek om gelijktijdigheidsproblemen te voorkomen.

Van toepassing op