C# Class ReliableJournal.Records.RecordVersion

Mostra file Open project: ReubenBond/FabricJournalService Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RecordVersion ( Epoch epoch, long logSequenceNumber ) : System.Fabric
ToString ( ) : string

Returns a string that represents the current object.

Method Details

RecordVersion() public method

public RecordVersion ( Epoch epoch, long logSequenceNumber ) : System.Fabric
epoch Epoch
logSequenceNumber long
return System.Fabric

ToString() public method

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