XenUpgradeEdit.WaitForCompletion Method (TimeSpan)¶
Waits for a long running operation to complete. Completion will occur regardless of success, failure or cancellation. Use the State property to detect the state in which the operation completed.
Namespace: Citrix.SDK.AppDNA.Solutions.XenUpgrade
Assembly: Citrix.SDK.AppDNA.Solutions.XenUpgrade (in Citrix.SDK.AppDNA.Solutions.XenUpgrade.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public override bool WaitForCompletion(
TimeSpan timeout
)
VB¶
Public Overrides Function WaitForCompletion (
timeout As TimeSpan
) As Boolean
Parameters¶
- timeout
- Type: System.TimeSpan
The legth of time to wait for completion to occur.
Return Value¶
Type: Booleantrue
if the operation completes before the timeout expires, otherwise false
.
See Also¶
Reference¶
XenUpgradeEdit Class
WaitForCompletion Overload
Citrix.SDK.AppDNA.Solutions.XenUpgrade Namespace