SerializeByConversation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
SerializeByConversation(IPostToBot, IAddress, IScope<IAddress>) |
Explicit Interface Implementations
IPostToBot.PostAsync(IActivity, CancellationToken) |