Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / WebChannel Class / ExecuteRequest Method
The maximum number of times to retry the request. Use -1 to retry indefinitely.

In This Topic
    ExecuteRequest Method (WebChannel)
    In This Topic
    Execute the provided request.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(Gibraltar.Server.Client.WebChannel/d__56)> 
    Public Function ExecuteRequest( _ 
       ByVal newRequest As IWebRequest, _ 
       ByVal maxRetries As Integer _ 
    ) As Task
    [AsyncStateMachine(Gibraltar.Server.Client.WebChannel/d__56)] 
    public Task ExecuteRequest( 
       IWebRequest newRequest, 
       int maxRetries 
    )

    Parameters

    newRequest
    maxRetries
    The maximum number of times to retry the request. Use -1 to retry indefinitely.
    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