DittoSharp  0.4.0-alpha1
Public Member Functions | List of all members
DittoSharp.DittoAttachmentFetcher Struct Reference

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

Inheritance diagram for DittoSharp.DittoAttachmentFetcher:

Public Member Functions

internal unsafe DittoAttachmentFetcher (DittoAttachmentToken token, Action< DittoAttachmentStatus > onStatusChanged, PtrToConst< Ditto_t > ditto)
 
void Dispose ()
 

Detailed Description

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

They must be kept alive for as long as you wish to observe updates about the associated attachment.