AckMessage Class

Definition

Represents the ID being acknowledged so older messages do not need to be buffered anymore.

public sealed class AckMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
type AckMessage = class
    inherit HubMessage
Public NotInheritable Class AckMessage
Inherits HubMessage
Inheritance
AckMessage

Constructors

AckMessage(Int64)

Initializes a new instance of the AckMessage class.

Properties

SequenceId

The ID of the last message that was received.

Applies to