RecoveryCallback Property

Vista Bridge Library

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

Gets the callback method that will be invoked by the system before Windows Error Reporting (WER) terminates the application.

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

Syntax

C#
public RecoveryCallback RecoveryCallback { get; }
Visual Basic (Declaration)
Public ReadOnly Property RecoveryCallback As RecoveryCallback
Visual C++
public:
property RecoveryCallback^ RecoveryCallback {
	RecoveryCallback^ get ();
}

Field Value

A RecoveryCallback delegate.

See Also