Skip to content

OSImport.WaitForCompletion Method (TimeSpan)

Returns true if IsFinished is true before timeout elapses.

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 maximum time to wait for IsFinished to become true.

Return Value

Type: Boolean
True if IsFinished becomes true before timeout elapses.

See Also

Reference

OSImport Class
WaitForCompletion Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?