C# 클래스 FOG.Modules.HostnameChanger.Mac.MacHostName

상속: IHostName
파일 보기 프로젝트 열기: FOGProject/fog-client

공개 메소드들

메소드 설명
ActivateComputer ( string key ) : void
RegisterComputer ( DataContracts msg ) : bool
RenameComputer ( string hostname ) : void
UnRegisterComputer ( DataContracts msg ) : void

메소드 상세

ActivateComputer() 공개 메소드

public ActivateComputer ( string key ) : void
key string
리턴 void

RegisterComputer() 공개 메소드

public RegisterComputer ( DataContracts msg ) : bool
msg DataContracts
리턴 bool

RenameComputer() 공개 메소드

public RenameComputer ( string hostname ) : void
hostname string
리턴 void

UnRegisterComputer() 공개 메소드

public UnRegisterComputer ( DataContracts msg ) : void
msg DataContracts
리턴 void