C# Class Orleans.Consensus.Contract.Messages.RequestVoteRequest

Exibir arquivo Open project: OrleansContrib/Orleans.Consensus Class Usage Examples

Public Methods

Method Description
RequestVoteRequest ( long term, string candidate, LogEntryId lastLogEntryId ) : System
ToString ( ) : string

Returns a string that represents the current object.

Method Details

RequestVoteRequest() public method

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

ToString() public method

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