Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ( _
clientEndpointName As String _
)
'Usage
Dim clientEndpointName As String
Dim instance As New PersistedDictionaryContext(clientEndpointName)
public PersistedDictionaryContext(
string clientEndpointName
)
Parameters
clientEndpointName
Type: System.StringThe name of the endpoint to use when connecting to the back-end service. The endpoint must be defined in the [Admin.config] file.
Remarks
The provided endpoint name and the default configuration file ([%FASTSearch%\etc\Admin.config]) will be used to connect to the FASTSearch back-end.
See Also
Reference
PersistedDictionaryContext Class
PersistedDictionaryContext Members
PersistedDictionaryContext Overload
Microsoft.SharePoint.Search.Extended.Administration Namespace