Click or drag to resize

RestartManagerRetryTimeout Property

Gets or sets the retry timeout in ms.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int RetryTimeout { get; set; }

Property Value

Type: Int32
The retry timeout.
See Also