.LiveNotifications<T>(queryUuid)
Listen responses from an existing live query.
Method Syntaxdb.LiveNotifications[UUID string](queryUuid)
Arguments | Description | ||
---|---|---|---|
queryUuid required | The UUID of the live query to consume. |
Exampleawait using var liveQuery = db.LiveNotifications[Person](queryUuid); // Consume the live query...