These objects are returned by calls to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentFetchEvent>).
More...
|
void | Dispose () |
| IDispose implementation.
|
|
|
virtual void | Dispose (bool disposing) |
| Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.
|
|
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.
◆ Dispose()
virtual void DittoSDK.DittoAttachmentFetcher.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.
- Parameters
-
disposing | true when called explicitly; false when called from finalizer. |