C# Class DictStreamProvider.Cache.DictQueueCacheCursor

Inheritance: IQueueCacheCursor
Datei anzeigen Open project: amamh/orleans-DictStreamProvider

Public Methods

Method 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 method

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

Dispose() public method

public Dispose ( ) : void
return void

GetCurrent() public method

public GetCurrent ( Exception &exception ) : IBatchContainer
exception System.Exception
return IBatchContainer

MoveNext() public method

public MoveNext ( ) : bool
return bool

Refresh() public method

public Refresh ( ) : void
return void