C# 클래스 Tangerine.Inotify.WatchInternal

상속: System.Threading.Watch
파일 보기 프로젝트 열기: snorp/tangerine

공개 메소드들

메소드 설명
ChangeSubscription ( EventType mask ) : void
Unsubscribe ( ) : void
WatchInternal ( InotifyCallback callback, EventType mask, WatchInfo watchinfo ) : System

메소드 상세

ChangeSubscription() 공개 메소드

public ChangeSubscription ( EventType mask ) : void
mask EventType
리턴 void

Unsubscribe() 공개 메소드

public Unsubscribe ( ) : void
리턴 void

WatchInternal() 공개 메소드

public WatchInternal ( InotifyCallback callback, EventType mask, WatchInfo watchinfo ) : System
callback InotifyCallback
mask EventType
watchinfo WatchInfo
리턴 System