C# 클래스 Gwupe.Service.ServiceHost.GwupeService

상속: IGwupeService
파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
GwupeService ( Service gwupeService ) : System
HardwareFingerprint ( ) : string
Ping ( ) : void
SetPreRelease ( bool preRelease ) : void
VNCStartService ( ) : bool
getServers ( ) : List
saveServers ( List servers ) : void

메소드 상세

DisableAutoUpgrade() 공개 메소드

public DisableAutoUpgrade ( bool disableAutoUpgrade ) : void
disableAutoUpgrade bool
리턴 void

GwupeService() 공개 메소드

public GwupeService ( Service gwupeService ) : System
gwupeService Service
리턴 System

HardwareFingerprint() 공개 메소드

public HardwareFingerprint ( ) : string
리턴 string

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

SetPreRelease() 공개 메소드

public SetPreRelease ( bool preRelease ) : void
preRelease bool
리턴 void

VNCStartService() 공개 메소드

public VNCStartService ( ) : bool
리턴 bool

getServers() 공개 메소드

public getServers ( ) : List
리턴 List

saveServers() 공개 메소드

public saveServers ( List servers ) : void
servers List
리턴 void