private void OnNotification(object sender, NotificationEventArgs e) { if (!string.IsNullOrEmpty(e.ID)) { _AccessKeys.Remove(e.ID); } }
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)); } }