IQueueCacheCursor.Refresh(StreamSequenceToken) 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.
Refreshes the cache cursor. Called when new data is added into a cache.
public void Refresh (Orleans.Streams.StreamSequenceToken token);
abstract member Refresh : Orleans.Streams.StreamSequenceToken -> unit
Public Sub Refresh (token As StreamSequenceToken)
Parameters
- token
- StreamSequenceToken
The token.