Share via


SerializeByConversation Class

Definition

This IPostToBot service serializes the execution of a particular conversation's code to avoid concurrency issues.

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

Applies to