Skip to content

ProcessingState.WaitForCompletion Method (TimeSpan)

Waits for long running operation completes. Completion will occur regardless of success, failure or cancellation. Use a State property to detect the reason.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public bool WaitForCompletion(
    TimeSpan timeout
)

VB

Public Function WaitForCompletion ( 
    timeout As TimeSpan
) As Boolean

Parameters

 

timeout
Type: System.TimeSpan
The timeout to wait for a completion.

Return Value

Type: Boolean
true if completes before time out, otherwise false.

See Also

Reference

ProcessingState Class
WaitForCompletion Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?