IQueryRuleOperations.GetQueryRulesBatched method

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function GetQueryRulesBatched ( _
    queryRuleFilter As SearchObjectFilter, _
    batchSize As Integer, _
    start As Integer, _
    <OutAttribute> ByRef totalRules As Integer _
) As QueryRuleCollection
'Usage
Dim instance As IQueryRuleOperations
Dim queryRuleFilter As SearchObjectFilter
Dim batchSize As Integer
Dim start As Integer
Dim totalRules As Integer
Dim returnValue As QueryRuleCollection

returnValue = instance.GetQueryRulesBatched(queryRuleFilter, _
    batchSize, start, totalRules)
[OperationContractAttribute]
QueryRuleCollection GetQueryRulesBatched(
    SearchObjectFilter queryRuleFilter,
    int batchSize,
    int start,
    out int totalRules
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleCollection

See also

Reference

IQueryRuleOperations interface

IQueryRuleOperations members

Microsoft.Office.Server.Search.Query.Rules namespace