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