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

In This Topic
    RetryDelay Method
    In This Topic
    Allows a derived class to implement its own retry delay strategy
    Syntax
    'Declaration
     
    
    Protected Overridable Function RetryDelay( _
       ByRef defaultDelayMs As Integer _
    ) As Boolean
    protected virtual bool RetryDelay( 
       ref int defaultDelayMs
    )

    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