Skip to content

How to tell if the client has changes pending? #579

Answered by Mimetis
Tlocke1 asked this question in Q&A
Discussion options

You must be logged in to vote

You can use two self explained methods, I guess:

// This first method will returns a client batch info object (depending on your setting BatchSize)
localOrchestrator.GetChangesAsync();

// This method is faster and will return only the estimated count of changes to send
localOrchestrator.GetEstimatedChangesCountAsync();

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mimetis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants