C# Class Samples.Server.Services.ClientHealthService

Inheritance: Drey.Server.Services.IClientHealthService
Mostra file Open project: dealproc/Drey

Public Methods

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

Method Details

RecordHealthAsync() public method

public RecordHealthAsync ( System principal, Drey healthInfo ) : System.Threading.Tasks.Task
principal System
healthInfo Drey
return System.Threading.Tasks.Task

VerifyOnline() public method

public VerifyOnline ( System principal ) : void
principal System
return void