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.
Afficher le fichier Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void
TimedBackgroundWorker ( ) : System

Private Methods

Méthode Description
OnFinished ( object sender, BackgroundWorkerType e ) : void

Method Details

Run() public méthode

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void

TimedBackgroundWorker() public méthode

public TimedBackgroundWorker ( ) : System
Résultat System