Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 private void Socket_OnNotificationMessage(NotificationDataItem notification)
 {
     WriteLog($"Received notification: {notification.Message}");
 }