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

Gets time until resync will be allowed. If it is less than zero Resync can be called immediatly.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int ResyncTimeRemaining { get; }
Public Shared ReadOnly Property ResyncTimeRemaining As Integer
public:
static property int ResyncTimeRemaining {
	int get ();
}

See Also