DittoSharp  0.4.0-alpha3
List of all members
DittoSharp.DittoLiveQueryCtx Class Reference

The meat of the LiveQuery logic / object. This object is the one getting GcHandle-pinned, so as to be able to provide a reliable potentially-long-lived ctx pointer to the FFI. More...

Detailed Description

The meat of the LiveQuery logic / object. This object is the one getting GcHandle-pinned, so as to be able to provide a reliable potentially-long-lived ctx pointer to the FFI.

Since so doing disables the built-in finalizer logic, we wrap this ctx within an outer object that owns it.