Enumeration WaitForSync

Behavior when waiting for subscribed objects to be synchronized/downloaded.

Enumeration Members

Enumeration Members

Always: "always"

Always waits until the objects have been downloaded from the server.

FirstTime: "first-time"

Waits until the objects have been downloaded from the server the first time the subscription is created. If the subscription already exists, the Results is returned immediately.

Never: "never"

Never waits for the download to complete, but keeps downloading the objects in the background.

Generated using TypeDoc