UnprovisionApplicationTypeDescription.Async Property

Definition

Gets or sets the flag indicating whether unprovisioning should occur asynchronously.

public bool Async { get; set; }
member this.Async : bool with get, set
Public Property Async As Boolean

Property Value

If this flag is false, then the behavior is equivalent to calling UnprovisionApplicationAsync(String, String, TimeSpan, CancellationToken). The timeout argument is applied to the unprovision operation itself and the returned task completes only when the unprovision operation completes in the system.

If this flag is true, then the timeout argument is only applied to message delivery and the returned task completes once the system has accepted the request. The system will process the unprovision operation without any timeout limit and its state can be queried using GetApplicationTypeListAsync().

Applies to