SensorbergSDK.BackgroundTaskManager.OnAdvertisementWatcherBackgroundTaskCompleted C# (CSharp) Метод

OnAdvertisementWatcherBackgroundTaskCompleted() приватный Метод

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
Результат void
        private void OnAdvertisementWatcherBackgroundTaskCompleted(IBackgroundTaskRegistration sender, BackgroundTaskCompletedEventArgs args)
        {
            Logger.Debug("BackgroundTaskManager.OnAdvertisementWatcherBackgroundTaskCompleted()");
        }