Пример #1
0
        private void OnMessageSent(NotificationType type, MessageSendResult result)
        {
            PushNotificationsLogMsg msg = new PushNotificationsLogMsg(type, result);

            Dispatcher.BeginInvoke((Action)(() =>
                                            { trace.Add(msg); }));
        }
 private void OnMessageSent(NotificationType type, MessageSendResult result)
 {
     PushNotificationsLogMsg msg = new PushNotificationsLogMsg(type, result);
     Dispatcher.BeginInvoke((Action)(() =>
     { trace.Add(msg); }));
 }