Ditto 3.0.3
|
These objects are returned by calls to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>). More...
Public Member Functions | |
void | Dispose () |
IDispose implementation | |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer. More... | |
These objects are returned by calls to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>).
They must be kept alive for as long as you wish to observe updates about the associated attachment.
|
inlineprotectedvirtual |
Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.
disposing | true when called explicitly; false when called from finalizer. |