C# Class ReliableJournal.Records.EpochUpdatedRecord

Inheritance: Record
Datei anzeigen Open project: ReubenBond/FabricJournalService

Private Properties

Property Type Description

Public Methods

Method Description
EpochUpdatedRecord ( ) : ProtoBuf
EpochUpdatedRecord ( ProgressIndicator progress ) : ProtoBuf
ToString ( ) : string

Returns a string that represents the current object.

Method Details

EpochUpdatedRecord() public method

public EpochUpdatedRecord ( ) : ProtoBuf
return ProtoBuf

EpochUpdatedRecord() public method

public EpochUpdatedRecord ( ProgressIndicator progress ) : ProtoBuf
progress ProgressIndicator
return ProtoBuf

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string