Beispiel #1
0
 private void OnNotification(object sender, NotificationEventArgs e)
 {
     if (!string.IsNullOrEmpty(e.ID))
     {
         _AccessKeys.Remove(e.ID);
     }
 }
Beispiel #2
0
 private void OnNotification(object sender, NotificationEventArgs e)
 {
     if (!string.IsNullOrEmpty(e.ID))
     {
         _PSKIdentities.Remove(e.ID);
     }
 }
 private void OnNotification(object sender, NotificationEventArgs e)
 {
     if (!string.IsNullOrEmpty(e.ID))
     {
         _Subscriptions.Remove(StringUtils.GuidDecode(e.ID));
     }
 }