Enum ProgressMode
The desired behavior of a progress notification subscription.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public enum ProgressMode
Fields
Name | Description |
---|---|
ReportIndefinitely | The callback will be called forever, or until it is unregistered by disposing the subscription token. |
ForCurrentlyOutstandingWork | The callback will be active:
|