SensorbergSDK.BackgroundTaskManager.OnTimedBackgroundTaskCompleted C# (CSharp) Method

OnTimedBackgroundTaskCompleted() private method

Note: This handler is called only if the task completed while the application was in the foreground.
private OnTimedBackgroundTaskCompleted ( IBackgroundTaskRegistration sender, BackgroundTaskCompletedEventArgs args ) : void
sender IBackgroundTaskRegistration
args Windows.ApplicationModel.Background.BackgroundTaskCompletedEventArgs
return void
        private void OnTimedBackgroundTaskCompleted(IBackgroundTaskRegistration sender, BackgroundTaskCompletedEventArgs args)
        {
            Logger.Debug("BackgroundTaskManager.OnTimedBackgroundTaskCompleted()");
        }