C# 클래스 DictStreamProvider.Cache.DictQueueCacheCursor

상속: IQueueCacheCursor
파일 보기 프로젝트 열기: amamh/orleans-DictStreamProvider

공개 메소드들

메소드 설명
DictQueueCacheCursor ( DictBatchContainer>.IterableDict dict, string streamNamespace, System.Guid streamGuid ) : System
Dispose ( ) : void
GetCurrent ( Exception &exception ) : IBatchContainer
MoveNext ( ) : bool
Refresh ( ) : void

메소드 상세

DictQueueCacheCursor() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCurrent() 공개 메소드

public GetCurrent ( Exception &exception ) : IBatchContainer
exception System.Exception
리턴 IBatchContainer

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void