Skip to content

QueueCacheMissInfo.QueueCacheMissInfo(string?, string?, string?)

QueueCacheMissInfo(string?, string?, string?)

View source
public QueueCacheMissInfo(string? requested, string? low, string? high)
Initializes a new instance of the QueueCacheMissInfo struct.

Parameters

requestedstring?
The requested sequence token.
lowstring?
The earliest available sequence token.
highstring?
The latest available sequence token.