Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LRO] Support blocking for intermediate states, rather than final state #3931

Closed
JonathanGiles opened this issue Jun 16, 2019 · 0 comments
Closed
Assignees
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library.

Comments

@JonathanGiles
Copy link
Member

Some users of long-running operations do not need to block until the final state - in some cases they just want to block long enough to ensure that the polling request has started, for example. We should introduce new API that lets them block until a poll response is received representing a particular state has been entered. Given #3930, this may be an OperationStatus state, or it may be a String 'other' state.

@JonathanGiles JonathanGiles added Client This issue points to a problem in the data-plane of the library. Azure.Core azure-core labels Jun 16, 2019
hemanttanwar added a commit that referenced this issue Jun 28, 2019
Adding API for blockUntil(desiredOperatopnStatus) refer to issue #3931
sima-zhu pushed a commit that referenced this issue Jun 29, 2019
Adding API for blockUntil(desiredOperatopnStatus) refer to issue #3931
sima-zhu pushed a commit to sima-zhu/azure-sdk-for-java that referenced this issue Jun 29, 2019
Adding API for blockUntil(desiredOperatopnStatus) refer to issue Azure#3931
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

No branches or pull requests

2 participants