C# Class XenUpdater.XenStoreSession

Inheritance: IDisposable
Afficher le fichier Open project: xenserver/win-xenguestagent Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetValue ( string path ) : string
Log ( string message ) : void
RemoveValue ( string path ) : void
SetValue ( string path, string value ) : void
XenStoreSession ( string name ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string path ) : string
path string
Résultat string

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

RemoveValue() public méthode

public RemoveValue ( string path ) : void
path string
Résultat void

SetValue() public méthode

public SetValue ( string path, string value ) : void
path string
value string
Résultat void

XenStoreSession() public méthode

public XenStoreSession ( string name ) : System
name string
Résultat System