Ejemplo n.º 1
0
 public NotificationTokenHandle(NotifiableObjectHandleBase root, IntPtr handle) : base(root, handle)
 {
     // We save this because RealmHandle doesn't support a parent chain like
     // NotificationToken -> List -> Realm
     _notifiableHandle = root;
 }
Ejemplo n.º 2
0
 public NotificationTokenHandle(NotifiableObjectHandleBase root, IntPtr handle) : base(root, handle)
 {
 }