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