Share via

problem with WaitUntil

salmin mezrani 45 Reputation points
Mar 5, 2024, 11:16 AM

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.
11,356 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,996 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 121K Reputation points
    Mar 5, 2024, 11:51 AM

    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.