AckMessage(Int64) Constructor
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.
Initializes a new instance of the AckMessage class.
public AckMessage (long sequenceId);
new Microsoft.AspNetCore.SignalR.Protocol.AckMessage : int64 -> Microsoft.AspNetCore.SignalR.Protocol.AckMessage
Public Sub New (sequenceId As Long)
Parameters
- sequenceId
- Int64
The ID of the last message that was received.