Skip to content

BuildAssessmentSolutionEdit.WaitForCompletion Method (TimeSpan)

Waits for the specified timeout for the processing task to complete.

Namespace: Citrix.SDK.AppDNA.Solutions.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.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 the processing task to complete.

Return Value

Type: Boolean
true if the processing task completes before the time out elapses; otherwise, false.

Remarks

Completion will occur regardless of success, failure or cancellation. Use the State property to determine the state in which the task completed.

See Also

Reference

BuildAssessmentSolutionEdit Class
WaitForCompletion Overload
Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace

Was this article helpful?