C# Class FOG.Modules.HostnameChanger.Mac.MacHostName

Inheritance: IHostName
Afficher le fichier Open project: FOGProject/fog-client

Méthodes publiques

Méthode Description
ActivateComputer ( string key ) : void
RegisterComputer ( DataContracts msg ) : bool
RenameComputer ( string hostname ) : void
UnRegisterComputer ( DataContracts msg ) : void

Method Details

ActivateComputer() public méthode

public ActivateComputer ( string key ) : void
key string
Résultat void

RegisterComputer() public méthode

public RegisterComputer ( DataContracts msg ) : bool
msg DataContracts
Résultat bool

RenameComputer() public méthode

public RenameComputer ( string hostname ) : void
hostname string
Résultat void

UnRegisterComputer() public méthode

public UnRegisterComputer ( DataContracts msg ) : void
msg DataContracts
Résultat void