C# 클래스 Samples.Server.Services.ClientHealthService

상속: Drey.Server.Services.IClientHealthService
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
RecordHealthAsync ( System principal, Drey healthInfo ) : System.Threading.Tasks.Task
VerifyOnline ( System principal ) : void

메소드 상세

RecordHealthAsync() 공개 메소드

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

VerifyOnline() 공개 메소드

public VerifyOnline ( System principal ) : void
principal System
리턴 void