Ditto  1.0.11
Public Member Functions | Protected Member Functions | List of all members
DittoSDK.DittoSubscription Class Reference

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...

Inheritance diagram for DittoSDK.DittoSubscription:

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Detailed Description

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>