ILocationRuntime Members

Include Protected Members
Include Inherited Members

Defines the properties and methods that support connecting to a federated location.

The ILocationRuntime type exposes the following members.

Properties

  Name Description
Public property Config Sets the configuration information for a federated location.
Public property Location Gets or sets the federated location.
Public property SupportsAsync Gets a Boolean value that specifies whether the federated location supports asynchronous query requests.

Top

Methods

  Name Description
Public method Close Releases the resources for the federated location.
Public method DecodeForLocationQueryFormat Decodes the query string from the federated location URL.
Public method Dispose (Inherited from IDisposable.)
Public method EncodeForLocationQueryFormat Encodes a string for use in the federated location URL’s query string.
Public method GetException Returns the exception from the federated location.
Public method SendRequest(String) Submits a synchronous request for the query to the federated location, and retrieves the search results.
Public method SendRequest(String, ResultCallback) Submits an asynchronous request for the query to the federated location, and retrieves the result for the asynchronous request.

Top

See Also

Reference

ILocationRuntime Interface

Microsoft.Office.Server.Search.Query Namespace