SensorbergSDK.BackgroundTaskManager.OnAdvertisementWatcherBackgroundTaskCompleted C# (CSharp) Method

OnAdvertisementWatcherBackgroundTaskCompleted() private method

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