ConsumerInfo Class
Represents information about search scope consumers, search scope display groups, and search scopes.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.ConsumerInfo
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Class ConsumerInfo
'Usage
Dim instance As ConsumerInfo
[DataContractAttribute]
public class ConsumerInfo
Remarks
The protocol server must maintain the list of links between search scopes and search scope display groups, the list of search scopes for the search scope consumer, the list of search scope display groups for the search scope consumer, and the version of the set of search scope consumers on the protocol server. Whenever the protocol server makes a change to this object, it must increment the version value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.