C# Class Samples.Server.Services.ClientHealthService

Inheritance: Drey.Server.Services.IClientHealthService
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
RecordHealthAsync ( System principal, Drey healthInfo ) : System.Threading.Tasks.Task
VerifyOnline ( System principal ) : void

Method Details

RecordHealthAsync() public méthode

public RecordHealthAsync ( System principal, Drey healthInfo ) : System.Threading.Tasks.Task
principal System
healthInfo Drey
Résultat System.Threading.Tasks.Task

VerifyOnline() public méthode

public VerifyOnline ( System principal ) : void
principal System
Résultat void