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

An I/O session for the MemoryPoolFile.
Inheritance: GSF.IO.Unmanaged.BinaryStreamIoSessionBase
Mostrar archivo Open project: GridProtectionAlliance/openHistorian

Public Methods

Method 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 method

Sets the current usage of the BinaryStreamIoSessionBase to null.
public Clear ( ) : void
return void

GetBlock() public method

public GetBlock ( BlockArguments args ) : void
args GSF.IO.Unmanaged.BlockArguments
return void

IoSession() public method

Creates a new IoSession
public IoSession ( MemoryPoolFile file ) : System
file MemoryPoolFile the base file
return System