C# 클래스 xenwinsvc.ClipboardManager

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

공개 메소드들

메소드 설명
ClipboardManager ( IExceptionHandler exceptionhandler ) : System
Dispose ( ) : void
HandleSessionChange ( System changeargs, uint sessionId ) : void
Run ( ) : WaitHandle

보호된 메소드들

메소드 설명
Finish ( ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
shutdown ( ) : void
shutdownCallback ( object nothing, bool timeout ) : void

메소드 상세

ClipboardManager() 공개 메소드

public ClipboardManager ( IExceptionHandler exceptionhandler ) : System
exceptionhandler IExceptionHandler
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Finish() 보호된 메소드

protected Finish ( ) : void
리턴 void

HandleSessionChange() 공개 메소드

public HandleSessionChange ( System changeargs, uint sessionId ) : void
changeargs System
sessionId uint
리턴 void

Run() 공개 메소드

public Run ( ) : WaitHandle
리턴 System.Threading.WaitHandle