ApplicationRecoveryInProgress Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Called by an application's RecoveryCallback method to indicate that it is still performing recovery work.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static bool ApplicationRecoveryInProgress()
Visual Basic (Declaration)
Public Shared Function ApplicationRecoveryInProgress As Boolean
Visual C++
public:
static bool ApplicationRecoveryInProgress()

Return Value

A Boolean value indicating whether the user canceled the recovery.

Exceptions

ExceptionCondition
System..::.InvalidOperationException This method must be called from a registered callback method.

See Also