MarkLogic XCC/.Net Library

RequestOptions.RequestTimeLimit Property

The "soft" time limit to apply to the submitted request, in seconds. The time limit may be set on a per-request basis to a value less than or equal the the hard time limit configured on the appserver. A value of -1 indicates the XCC programmatic default, possibly inherited from the Session. A value of zero indicates that the appserver default should be used. Any other non-zero value is considered to be a number of seconds to set as the request time limit.

[Visual Basic]
Overridable Public Property RequestTimeLimit As Integer
[C#]
public virtual int RequestTimeLimit {get; set;}

See Also

RequestOptions Class | Marklogic.Xcc Namespace