C# Class GSF.IO.FileStructure.SubFileStream.IoSession

An IoSession for the sub file stream.
Inheritance: GSF.IO.Unmanaged.BinaryStreamIoSessionBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clear ( ) : void

Sets the current usage of the BinaryStreamIoSessionBase to null.

ClearIndexCache ( IndexParser mostRecentParser ) : void
GetBlock ( BlockArguments args ) : void
IoSession ( SubFileStream stream ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Method Details

Clear() public méthode

Sets the current usage of the BinaryStreamIoSessionBase to null.
public Clear ( ) : void
Résultat void

ClearIndexCache() public méthode

public ClearIndexCache ( IndexParser mostRecentParser ) : void
mostRecentParser IndexParser
Résultat void

Dispose() protected méthode

Releases the unmanaged resources used by the IoSession 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.
Résultat void

GetBlock() public méthode

public GetBlock ( BlockArguments args ) : void
args GSF.IO.Unmanaged.BlockArguments
Résultat void

IoSession() public méthode

public IoSession ( SubFileStream stream ) : System
stream SubFileStream
Résultat System