You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aString
'other' state.The text was updated successfully, but these errors were encountered: