Chat Support
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.

ExecuteRequest Method (WebChannel)
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
 

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