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

Inheritance: IXenStore
Show file Open project: rackerlabs/openstack-guest-agents-windows-xenserver-old

Public Methods

Method 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 method

public GetCommands ( ) : IList
return IList

Read() public method

public Read ( string key ) : IEnumerable
key string
return IEnumerable

ReadKey() public method

public ReadKey ( string key ) : string
key string
return string

ReadVmDataKey() public method

public ReadVmDataKey ( string key ) : string
key string
return string

Remove() public method

public Remove ( string key ) : void
key string
return void

Write() public method

public Write ( string key, string value ) : void
key string
value string
return void

XenStore() public method

public XenStore ( IExecutableProcess executableProcess ) : System
executableProcess IExecutableProcess
return System