Analysis.WaitForCompletion Method (TimeSpan)¶
Waits a specific length of time for completion.
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 waitTimeout
)
VB¶
Public Function WaitForCompletion (
waitTimeout As TimeSpan
) As Boolean
Parameters¶
- waitTimeout
- Type: System.TimeSpan
The timespan to wait for completion
Return Value¶
Type: Booleantrue
if the IsFinished became true
before waitTimeout expired.
See Also¶
Reference¶
Analysis Class
WaitForCompletion Overload
Citrix.SDK.AppDNA Namespace