Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / NetworkClient Class / RetryDelay Method
The number of Milliseconds to wait before retrying

RetryDelay Method
Allows a derived class to implement its own retry delay strategy
Syntax
'Declaration
 
Protected Overridable Function RetryDelay( _
   ByRef defaultDelayMs As Integer _
) As Boolean
 

Parameters

defaultDelayMs
The number of Milliseconds to wait before retrying

Return Value

true if any retry should be attempted
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also