In SFx 1.0 I could store parameter values in the SyncAgent. In SFx 2.x the SyncOrchestrator object does not allow for this.
I used these values for other purposes during the sync (ex: running user-specific queries before the sync to determine if I wanted to let the user continue with the sync).
How can I store values at the client that are accessible in the WCF service?