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

C#
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.
10,860 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,633 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 116.8K 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 Answers by the question author, which helps users to know the answer solved the author's problem.