BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase.OnPushNotificationReceived C# (CSharp) Метод

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

private OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void
sender Windows.Networking.PushNotifications.PushNotificationChannel
args Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs
Результат void
        private void OnPushNotificationReceived(PushNotificationChannel sender, PushNotificationReceivedEventArgs args)
        {
            args.Cancel = true;
        }