SequenceMessage Class

Definition

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
SequenceMessage

Constructors

SequenceMessage(Int64)

Initializes a new instance of the SequenceMessage class.

Properties

SequenceId

The new starting ID of incoming messages.

Applies to