Set the rank of the first match to be returned by the Netrics Server (default 1).
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setStartMatch( _ ByVal startMatch As Integer _ ) _ Implements INetricsSearchOpts.setStartMatch |
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.
Implements
INetricsSearchOpts.setStartMatch
Remarks
For instance, if startMatch is set to 11 and matchesRequested is set to 10, the server will return matches 11 through 20.