C# Class xenwinsvc.ClipboardManager

Inheritance: IDisposable
Show file Open project: xenserver/win-xenguestagent Class Usage Examples

Public Methods

Method Description
ClipboardManager ( IExceptionHandler exceptionhandler ) : System
Dispose ( ) : void
HandleSessionChange ( System changeargs, uint sessionId ) : void
Run ( ) : WaitHandle

Protected Methods

Method Description
Finish ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
shutdown ( ) : void
shutdownCallback ( object nothing, bool timeout ) : void

Method Details

ClipboardManager() public method

public ClipboardManager ( IExceptionHandler exceptionhandler ) : System
exceptionhandler IExceptionHandler
return System

Dispose() public method

public Dispose ( ) : void
return void

Finish() protected method

protected Finish ( ) : void
return void

HandleSessionChange() public method

public HandleSessionChange ( System changeargs, uint sessionId ) : void
changeargs System
sessionId uint
return void

Run() public method

public Run ( ) : WaitHandle
return System.Threading.WaitHandle