problem with WaitUntil

salmin mezrani 45 Reputation points
2024-03-05T11:16:33.5366667+00:00

i keep getting this error when i call WaitUntil.OperationSucceeds problem4

Azure AI Document Intelligence
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Viorel 125.6K Reputation points
    2024-03-05T11:51:36.1266667+00:00

    Probably you should use WaitUntil.Completed because OperationSucceeds is invalid:

    Where did you discover the WaitUntil.OperationSucceeds?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.