AckMessage 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 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
Constructors
AckMessage(Int64) |
Initializes a new instance of the AckMessage class. |
Properties
SequenceId |
The ID of the last message that was received. |