C# Class xenwinsvc.XenStoreItem

Mostra file Open project: xenserver/win-xenguestagent Class Usage Examples

Protected Properties

Property Type Description
name string

Public Methods

Method Description
Exists ( ) : bool
GetName ( ) : string
GetStatus ( ) : ManagementStatus
Remove ( ) : void
Watch ( EventArrivedEventHandler handler ) : WmiWatchListener
XenStoreItem ( string name, WmiSession wmisession ) : System

Method Details

Exists() public method

public Exists ( ) : bool
return bool

GetName() public method

public GetName ( ) : string
return string

GetStatus() public method

public GetStatus ( ) : ManagementStatus
return ManagementStatus

Remove() public method

public Remove ( ) : void
return void

Watch() public method

public Watch ( EventArrivedEventHandler handler ) : WmiWatchListener
handler EventArrivedEventHandler
return WmiWatchListener

XenStoreItem() public method

public XenStoreItem ( string name, WmiSession wmisession ) : System
name string
wmisession WmiSession
return System

Property Details

name protected_oe property

protected string name
return string