C# Class SensorbergSDK.Background.TimedBackgroundWorker

Timer triggered background task for processing pending delayed actions. This is not part of the public API. Making modifications into background tasks is not required in order to use the SDK.
Mostra file Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Public Methods

Method Description
Run ( IBackgroundTaskInstance taskInstance ) : void
TimedBackgroundWorker ( ) : System

Private Methods

Method Description
OnFinished ( object sender, BackgroundWorkerType e ) : void

Method Details

Run() public method

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void

TimedBackgroundWorker() public method

public TimedBackgroundWorker ( ) : System
return System