PingInterval Property

Vista Bridge Library

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

Gets the time interval within which the RecoveryCallback method must invoke ApplicationRecoveryInProgress()()() to prevent WER from terminating 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 uint PingInterval { get; }
Visual Basic (Declaration)
Public ReadOnly Property PingInterval As UInteger
Visual C++
public:
property unsigned int PingInterval {
	unsigned int get ();
}

Remarks

The recovery ping interval is in milliseconds. By default, the interval is 5 seconds. If you specify zero, the default interval is used.

See Also