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