IQueueCache.GetCacheCursor Method

Definition

Overloads

GetCacheCursor(StreamId, StreamSequenceToken)

Acquire a stream message cursor. This can be used to retrieve messages from the cache starting at the location indicated by the provided token.

GetCacheCursor(IStreamIdentity, StreamSequenceToken)

Acquire a stream message cursor. This can be used to retreave messages from the cache starting at the location indicated by the provided token.

GetCacheCursor(StreamId, StreamSequenceToken)

Acquire a stream message cursor. This can be used to retrieve messages from the cache starting at the location indicated by the provided token.

C#
public Orleans.Streams.IQueueCacheCursor GetCacheCursor(Orleans.Runtime.StreamId streamId, Orleans.Streams.StreamSequenceToken token);

Parameters

streamId
StreamId

The stream identifier.

token
StreamSequenceToken

The token.

Returns

The queue cache cursor.

Applies to

.NET Orleans 9.0.0 and other versions
Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

GetCacheCursor(IStreamIdentity, StreamSequenceToken)

Source:
IQueueCache.cs

Acquire a stream message cursor. This can be used to retreave messages from the cache starting at the location indicated by the provided token.

C#
public Orleans.Streams.IQueueCacheCursor GetCacheCursor(Orleans.Streams.IStreamIdentity streamIdentity, Orleans.Streams.StreamSequenceToken token);

Parameters

streamIdentity
IStreamIdentity

Returns

Applies to

.NET Orleans 3.6.0 and other versions
Product Versions
.NET Orleans 1.5.10, 3.4.5, 3.6.0