C# 클래스 ReliableJournal.Records.RecordVersion

파일 보기 프로젝트 열기: ReubenBond/FabricJournalService 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RecordVersion ( Epoch epoch, long logSequenceNumber ) : System.Fabric
ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

RecordVersion() 공개 메소드

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

ToString() 공개 메소드

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