These objects are returned by calls to DittoStore.FetchAttachment.
More...
|
| void | Stop () |
| | Stops fetching the fetcher's associated attachment and cleans up any associated resources.
|
|
void | Dispose () |
| | Suppresses finalization and initiates custom disposal logic.
|
|
| override void | Dispose (bool disposing) |
| | Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.
|
| void | Dispose (bool disposing) |
| | Overload for types to dispose of resources, regardless of whether the type is being disposed or finalized. Note that finalization occurs on a dedicated thread.
|
|
|
Ditto | Ditto [get] |
| | Gets the Ditto object this attachment fetcher is registered with. NOTE: This is only set when fetching attachments using DittoStore.
|
|
bool | IsDisposed [get] |
These objects are returned by calls to DittoStore.FetchAttachment.
They must be kept alive for as long as you wish to observe updates about the associated attachment.
◆ Dispose()
| override void DittoSDK.Store.DittoAttachmentFetcher.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotected |
Custom cleanup logic. Called either explicitly from Dispose or implicitly from finalizer.
- Parameters
-
| disposing | true when called explicitly; false when called from finalizer. |
◆ Stop()
| void DittoSDK.Store.DittoAttachmentFetcher.Stop |
( |
| ) |
|
|
inline |
Stops fetching the fetcher's associated attachment and cleans up any associated resources.
Note that you are not required to call stop once your attachment fetch operation has finished. The method primarily exists to allow you to cancel an attachment fetch request while it is ongoing if you no longer wish for the attachment to be made available locally to the device.