C# Класс DictStreamProvider.Cache.DictQueueCacheCursor

Наследование: IQueueCacheCursor
Показать файл Открыть проект

Открытые методы

Метод Описание
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