C# Класс GSF.IO.Unmanaged.BinaryStreamIoSessionBase

Implementing this interface allows a binary stream to be attached to a buffer.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

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

Sets the current usage of the BinaryStreamIoSessionBase to null.

Dispose ( ) : void

Releases all the resources used by the BinaryStreamIoSessionBase object.

GetBlock ( BlockArguments args ) : void

Gets a block for the following Io session.

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

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

Releases the unmanaged resources used by the BinaryStreamIoSessionBase object and optionally releases the managed resources.

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

Clear() публичный абстрактный Метод

Sets the current usage of the BinaryStreamIoSessionBase to null.
public abstract Clear ( ) : void
Результат void

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

Releases all the resources used by the BinaryStreamIoSessionBase object.
public Dispose ( ) : void
Результат void

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

Releases the unmanaged resources used by the BinaryStreamIoSessionBase object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

GetBlock() публичный абстрактный Метод

Gets a block for the following Io session.
public abstract GetBlock ( BlockArguments args ) : void
args BlockArguments The block request that needs to be fulfilled by this IoSession.
Результат void