DittoSharp  0.4.0-alpha3
Public Member Functions | Protected Member Functions | List of all members
DittoSharp.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 DittoSharp.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>