C# 클래스 XenUpdater.XenStoreSession

상속: IDisposable
파일 보기 프로젝트 열기: xenserver/win-xenguestagent 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetValue ( string path ) : string
Log ( string message ) : void
RemoveValue ( string path ) : void
SetValue ( string path, string value ) : void
XenStoreSession ( string name ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetValue() 공개 메소드

public GetValue ( string path ) : string
path string
리턴 string

Log() 공개 메소드

public Log ( string message ) : void
message string
리턴 void

RemoveValue() 공개 메소드

public RemoveValue ( string path ) : void
path string
리턴 void

SetValue() 공개 메소드

public SetValue ( string path, string value ) : void
path string
value string
리턴 void

XenStoreSession() 공개 메소드

public XenStoreSession ( string name ) : System
name string
리턴 System