Пример #1
0
 private static void _client_OnNotificationMessage(NotificationDataItem notification)
 {
     // this is where we would get personal alerts
     OutputConsole.WriteLine($"{DateTime.UtcNow}: Received notification {notification.Title}", ConsoleColor.Green);
 }
Пример #2
0
 private void Socket_OnNotificationMessage(NotificationDataItem notification)
 {
     WriteLog($"Received notification: {notification.Message}");
 }