C# 클래스 GSF.IO.FileStructure.SubFileStream.IoSession

An IoSession for the sub file stream.
상속: GSF.IO.Unmanaged.BinaryStreamIoSessionBase
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clear ( ) : void

Sets the current usage of the BinaryStreamIoSessionBase to null.

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

메소드 상세

Clear() 공개 메소드

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

ClearIndexCache() 공개 메소드

public ClearIndexCache ( IndexParser mostRecentParser ) : void
mostRecentParser IndexParser
리턴 void

Dispose() 보호된 메소드

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.
리턴 void

GetBlock() 공개 메소드

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

IoSession() 공개 메소드

public IoSession ( SubFileStream stream ) : System
stream SubFileStream
리턴 System