Publish a tuple with a sequenceNumber. There are no specific requirements on sequenceNumber, but
it can be used as a mechanism for recovery, so a monotonically increasing number is
recommended such that the server, on recovery, can report what the last successfully published
sequence number was per named publisher. With this approach, a publisher only needs to re-publish tuples
starting from the last reported successful published sequenceNumber in LiveView.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
Syntax
| C# | Visual Basic | Visual C++ |