Ditto 3.0.6
Public Member Functions | Protected Member Functions | List of all members
DittoSDK.DittoAttachmentFetcher Class Reference

These objects are returned by calls to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>). More...

Inheritance diagram for DittoSDK.DittoAttachmentFetcher:

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

Detailed Description

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.

Member Function Documentation

◆ Dispose()

virtual void DittoSDK.DittoAttachmentFetcher.Dispose ( bool  disposing)
inlineprotectedvirtual

Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.

Parameters
disposingtrue when called explicitly; false when called from finalizer.