예제 #1
0
 /// <summary>
 /// Invalidates the notifications with the given key and notify an event.
 /// </summary>
 /// <param name="args"></param>
 public void Invalidate(NotificationInvalidationEventArgs args)
 {
     if (InvalidateCore(args.Key))
     {
         EveClient.OnNotificationInvalidated(args);
     }
 }