C# Class Rackspace.Cloud.Server.Agent.XenStore

Inheritance: IXenStore
Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver-old

Méthodes publiques

Méthode Description
GetCommands ( ) : IList
Read ( string key ) : IEnumerable
ReadKey ( string key ) : string
ReadVmDataKey ( string key ) : string
Remove ( string key ) : void
Write ( string key, string value ) : void
XenStore ( IExecutableProcess executableProcess ) : System

Method Details

GetCommands() public méthode

public GetCommands ( ) : IList
Résultat IList

Read() public méthode

public Read ( string key ) : IEnumerable
key string
Résultat IEnumerable

ReadKey() public méthode

public ReadKey ( string key ) : string
key string
Résultat string

ReadVmDataKey() public méthode

public ReadVmDataKey ( string key ) : string
key string
Résultat string

Remove() public méthode

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

Write() public méthode

public Write ( string key, string value ) : void
key string
value string
Résultat void

XenStore() public méthode

public XenStore ( IExecutableProcess executableProcess ) : System
executableProcess IExecutableProcess
Résultat System