C# Class GSF.IO.FileStructure.Media.MemoryPoolFile.IoSession

An I/O session for the MemoryPoolFile.
Inheritance: GSF.IO.Unmanaged.BinaryStreamIoSessionBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
Clear ( ) : void

Sets the current usage of the BinaryStreamIoSessionBase to null.

GetBlock ( BlockArguments args ) : void
IoSession ( MemoryPoolFile file ) : System

Creates a new IoSession

Method Details

Clear() public méthode

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

GetBlock() public méthode

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

IoSession() public méthode

Creates a new IoSession
public IoSession ( MemoryPoolFile file ) : System
file MemoryPoolFile the base file
Résultat System