C# 클래스 Orleans.Consensus.Contract.Messages.RequestVoteRequest

파일 보기 프로젝트 열기: OrleansContrib/Orleans.Consensus 1 사용 예제들

공개 메소드들

메소드 설명
RequestVoteRequest ( long term, string candidate, LogEntryId lastLogEntryId ) : System
ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

RequestVoteRequest() 공개 메소드

public RequestVoteRequest ( long term, string candidate, LogEntryId lastLogEntryId ) : System
term long
candidate string
lastLogEntryId LogEntryId
리턴 System

ToString() 공개 메소드

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