If the server call does not return within this time limit then the GeneralError handling method is called with a TIMEOUT error indication.
The server access thread may continue to wait for the server call to finish or timeout. Further requests are not being handled before this happens.
Visual Basic (Declaration) | |
---|---|
Public Property ServerResponseLimit As Integer |
C# | |
---|---|
public int ServerResponseLimit {get; set;} |