C# Class Xnlab.SQLMon.Logic.HistoryRecord

Inheritance: PerformanceRecord, ICustomBinarySerializable
Afficher le fichier Open project: unruledboy/SQLMonitor Class Usage Examples

Méthodes publiques

Méthode Description
SetDataFrom ( BinaryReader reader, bool full ) : void
WriteDataTo ( BinaryWriter writer ) : void

Private Methods

Méthode Description
HistoryRecord ( PerformanceRecord record ) : System

Method Details

SetDataFrom() public méthode

public SetDataFrom ( BinaryReader reader, bool full ) : void
reader System.IO.BinaryReader
full bool
Résultat void

WriteDataTo() public méthode

public WriteDataTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void