C# Class Tangerine.Inotify.WatchInternal

Inheritance: System.Threading.Watch
ファイルを表示 Open project: snorp/tangerine

Public Methods

Method Description
ChangeSubscription ( EventType mask ) : void
Unsubscribe ( ) : void
WatchInternal ( InotifyCallback callback, EventType mask, WatchInfo watchinfo ) : System

Method Details

ChangeSubscription() public method

public ChangeSubscription ( EventType mask ) : void
mask EventType
return void

Unsubscribe() public method

public Unsubscribe ( ) : void
return void

WatchInternal() public method

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