SequenceMessage(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 SequenceMessage class.
public SequenceMessage (long sequenceId);
new Microsoft.AspNetCore.SignalR.Protocol.SequenceMessage : int64 -> Microsoft.AspNetCore.SignalR.Protocol.SequenceMessage
Public Sub New (sequenceId As Long)
Parameters
- sequenceId
- Int64
Specifies the starting ID for messages that will be received from this point onward.