PooledQueueCache.GetCursor Method
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.
Overloads
GetCursor(StreamId, StreamSequenceToken) |
Acquires a cursor to enumerate through the messages in the cache at the provided sequenceToken, filtered on the specified stream. |
GetCursor(IStreamIdentity, StreamSequenceToken) |
Acquires a cursor to enumerate through the messages in the cache at the provided sequenceToken, filtered on the specified stream. |
GetCursor(StreamId, StreamSequenceToken)
Acquires a cursor to enumerate through the messages in the cache at the provided sequenceToken, filtered on the specified stream.
public object GetCursor (Orleans.Runtime.StreamId streamId, Orleans.Streams.StreamSequenceToken sequenceToken);
member this.GetCursor : Orleans.Runtime.StreamId * Orleans.Streams.StreamSequenceToken -> obj
Public Function GetCursor (streamId As StreamId, sequenceToken As StreamSequenceToken) As Object
Parameters
- streamId
- StreamId
stream identity
- sequenceToken
- StreamSequenceToken
Returns
Applies to
GetCursor(IStreamIdentity, StreamSequenceToken)
- Source:
- PooledQueueCache.cs
Acquires a cursor to enumerate through the messages in the cache at the provided sequenceToken, filtered on the specified stream.
public object GetCursor (Orleans.Streams.IStreamIdentity streamIdentity, Orleans.Streams.StreamSequenceToken sequenceToken);
member this.GetCursor : Orleans.Streams.IStreamIdentity * Orleans.Streams.StreamSequenceToken -> obj
Public Function GetCursor (streamIdentity As IStreamIdentity, sequenceToken As StreamSequenceToken) As Object
Parameters
- streamIdentity
- IStreamIdentity
stream identity
- sequenceToken
- StreamSequenceToken