C# Класс Summer.Batch.Infrastructure.Item.Support.CompositeItemStream

Simple IITemStream that delegates to a list of other streams.
Наследование: IItemStream
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Close ( ) : void

Brodcast the call to close

Dispose ( ) : void

@see IDisposable#Dispose .

Flush ( ) : void

Flushes all streams.

Open ( ExecutionContext executionContext ) : void

Broadcast the call to open.

Register ( IItemStream stream ) : void

Register a IITemStream as one of the interesting providers under the provided key.

Update ( ExecutionContext executionContext ) : void

Simple aggregate ExecutionContext provider for the contributions registered under the given key.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Does actual dispose. Simply delegates to Close();

Описание методов

Close() публичный Метод

Brodcast the call to close
 
public Close ( ) : void
Результат void

Dispose() публичный Метод

@see IDisposable#Dispose .
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Does actual dispose. Simply delegates to Close();
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Flush() публичный Метод

Flushes all streams.
public Flush ( ) : void
Результат void

Open() публичный Метод

Broadcast the call to open.
 
public Open ( ExecutionContext executionContext ) : void
executionContext ExecutionContext
Результат void

Register() публичный Метод

Register a IITemStream as one of the interesting providers under the provided key.
public Register ( IItemStream stream ) : void
stream IItemStream
Результат void

Update() публичный Метод

Simple aggregate ExecutionContext provider for the contributions registered under the given key.
 
public Update ( ExecutionContext executionContext ) : void
executionContext ExecutionContext
Результат void