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

Inheritance: ISignalNotifier
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
Enable ( ) : void
Terminate ( ) : void

Private Methods

Method Description
AttachToEvent ( [ name, [ handler ) : SignalNotifier
AttachToEvent ( [ name, [ handler, [ timeout ) : SignalNotifier
AttachToSemaphore ( [ name, [ handler ) : SignalNotifier
AttachToSemaphore ( [ name, [ handler, [ timeout ) : SignalNotifier

Method Details

Enable() public method

public Enable ( ) : void
return void

Terminate() public method

public Terminate ( ) : void
return void