C# Class DictStreamProvider.Cache.DictQueueCacheCursor

Inheritance: IQueueCacheCursor
Afficher le fichier Open project: amamh/orleans-DictStreamProvider

Méthodes publiques

Méthode Description
DictQueueCacheCursor ( DictBatchContainer>.IterableDict dict, string streamNamespace, System.Guid streamGuid ) : System
Dispose ( ) : void
GetCurrent ( Exception &exception ) : IBatchContainer
MoveNext ( ) : bool
Refresh ( ) : void

Method Details

DictQueueCacheCursor() public méthode

public DictQueueCacheCursor ( DictBatchContainer>.IterableDict dict, string streamNamespace, System.Guid streamGuid ) : System
dict DictBatchContainer>.IterableDict
streamNamespace string
streamGuid System.Guid
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCurrent() public méthode

public GetCurrent ( Exception &exception ) : IBatchContainer
exception System.Exception
Résultat IBatchContainer

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void