C# Class Tangerine.Inotify.WatchInternal

Inheritance: System.Threading.Watch
Afficher le fichier Open project: snorp/tangerine

Méthodes publiques

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

Method Details

ChangeSubscription() public méthode

public ChangeSubscription ( EventType mask ) : void
mask EventType
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( ) : void
Résultat void

WatchInternal() public méthode

public WatchInternal ( InotifyCallback callback, EventType mask, WatchInfo watchinfo ) : System
callback InotifyCallback
mask EventType
watchinfo WatchInfo
Résultat System