Ditto
1.0.8
|
A reference to a subscription to data with other remote peers. You do not instantiate DittoSubscription
objects directly. Instead they are created by calling DittoPendingCursorOperation.Subscribe or DittoPendingIDSpecificOperation.Subscribe.
More...
Public Member Functions | |
void | Dispose () |
Protected Member Functions | |
virtual unsafe void | Dispose (bool disposing) |
A reference to a subscription to data with other remote peers. You do not instantiate DittoSubscription
objects directly. Instead they are created by calling DittoPendingCursorOperation.Subscribe or DittoPendingIDSpecificOperation.Subscribe.
<remakrs> The subscription will continue attempts to receive data from remote peers as long as it is not garbage collected or disposed. Dispose of the instance manually to stop subscribing to realtime data. </remakrs>