CompiledDictionaryContext Constructor (Configuration)
Creates the context object.
Namespace: Microsoft.SharePoint.Search.Extended.Administration
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public Sub New ( _
config As Configuration _
)
'Usage
Dim config As Configuration
Dim instance As New CompiledDictionaryContext(config)
public CompiledDictionaryContext(
Configuration config
)
Parameters
config
Type: System.Configuration.ConfigurationThe Configuration object to use.
Remarks
The default endpoint name and the provided configuration are used to connect to the FAST Search Server 2010 for SharePoint farm back-end.
See Also
Reference
CompiledDictionaryContext Class
CompiledDictionaryContext Members
CompiledDictionaryContext Overload
Microsoft.SharePoint.Search.Extended.Administration Namespace