SequenceMessage 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.
Represents the restart of the sequence of messages being sent. SequenceId is the starting ID of messages being sent, which might be duplicate messages.
public sealed class SequenceMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type SequenceMessage = class
inherit HubMessage
Public NotInheritable Class SequenceMessage
Inherits HubMessage
- Inheritance
Constructors
SequenceMessage(Int64) |
Initializes a new instance of the SequenceMessage class. |
Properties
SequenceId |
The new starting ID of incoming messages. |