C# Class Xnlab.SQLMon.Logic.HistoryRecord

Inheritance: PerformanceRecord, ICustomBinarySerializable
Mostra file Open project: unruledboy/SQLMonitor Class Usage Examples

Public Methods

Method Description
SetDataFrom ( BinaryReader reader, bool full ) : void
WriteDataTo ( BinaryWriter writer ) : void

Private Methods

Method Description
HistoryRecord ( PerformanceRecord record ) : System

Method Details

SetDataFrom() public method

public SetDataFrom ( BinaryReader reader, bool full ) : void
reader System.IO.BinaryReader
full bool
return void

WriteDataTo() public method

public WriteDataTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void