C# Class Orleans.Consensus.UnitTests.Utilities.InMemoryPersistentState

Inheritance: IRaftPersistentState
Afficher le fichier Open project: OrleansContrib/Orleans.Consensus Class Usage Examples

Méthodes publiques

Méthode Description
UpdateTermAndVote ( string votedFor, long currentTerm ) : System.Threading.Tasks.Task

Method Details

UpdateTermAndVote() public méthode

public UpdateTermAndVote ( string votedFor, long currentTerm ) : System.Threading.Tasks.Task
votedFor string
currentTerm long
Résultat System.Threading.Tasks.Task