C# Class Windows.System.Threading.Core.SignalNotifier

Inheritance: ISignalNotifier
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

Méthode Description
Enable ( ) : void
Terminate ( ) : void

Private Methods

Méthode Description
AttachToEvent ( [ name, [ handler ) : SignalNotifier
AttachToEvent ( [ name, [ handler, [ timeout ) : SignalNotifier
AttachToSemaphore ( [ name, [ handler ) : SignalNotifier
AttachToSemaphore ( [ name, [ handler, [ timeout ) : SignalNotifier

Method Details

Enable() public méthode

public Enable ( ) : void
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void