public SensorbergShowcaseTimedBackgrundTask() { TimedBackgroundWorker = new TimedBackgroundWorker(); }
public SimpleAppTimerBackgroundTask() { worker = new TimedBackgroundWorker(); worker.BeaconActionResolved += (sender, action) => { Debug.Write("Action resolved: " + action.PayloadString); }; }