XenSolutionEdit.WaitForCompletion Method (TimeSpan)¶
Waits for a long running operation to complete. Completion will occur regardless of success, failure or cancellation. Use a ProcessingState property to detect the reason.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract bool WaitForCompletion(
TimeSpan timeout
)
VB¶
Public MustOverride Function WaitForCompletion (
timeout As TimeSpan
) As Boolean
Parameters¶
- timeout
- Type: System.TimeSpan
The timeout to wait for a completion.
Return Value¶
Type: Booleantrue
if completes before time out, otherwise false
.
See Also¶
Reference¶
XenSolutionEdit Class
WaitForCompletion Overload
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace