Show / Hide Table of Contents

Enum WaitUntil

Indicates whether the invocation of a long running operation should return once it has started or wait for the server operation to fully complete before returning.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Core.dll
Syntax
public enum WaitUntil

Completed

Indicates the method should wait until the server operation fully completes.

Started

Indicates the method should return once the server operation has started.

Back to top Azure SDK for .NET