Пример #1
0
 public async Task Handle(DeviceNotification args, CancellationToken cancellationToken)
 {
     try
     {
         await _realTimeNotifier.SendDeviceNotificationsAsync(args);
     }
     catch (Exception ex) {
         _logger.LogWarning("PushProcessHandler error: " + ex.ToString(), ex);
     }
 }