Set the rank of the first match to be returned by the TIBCO® Patterns - Search Server (default 1).
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setStartMatch( _ ByVal startMatch As Integer _ ) |
| C# |
|---|
| public void setStartMatch( int startMatch ) |
| C++ |
|---|
| public: void setStartMatch( int startMatch ) sealed |
| J# |
|---|
| public void setStartMatch( int startMatch ) |
| JScript |
|---|
| public
function setStartMatch( startMatch : int ) |
Parameters
- startMatch
- The rank of the first match.
Remarks
For instance, if startMatch is set to 11 and matchesRequested is set to 10, the server will return matches 11 through 20.