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 | |
---|---|---|
Config | Sets the configuration information for a federated location. | |
Location | Gets or sets the federated location. | |
SupportsAsync | Gets a Boolean value that specifies whether the federated location supports asynchronous query requests. |
Top
Methods
Name | Description | |
---|---|---|
Close | Releases the resources for the federated location. | |
DecodeForLocationQueryFormat | Decodes the query string from the federated location URL. | |
Dispose | (Inherited from IDisposable.) | |
EncodeForLocationQueryFormat | Encodes a string for use in the federated location URL’s query string. | |
GetException | Returns the exception from the federated location. | |
SendRequest(String) | Submits a synchronous request for the query to the federated location, and retrieves the search results. | |
SendRequest(String, ResultCallback) | Submits an asynchronous request for the query to the federated location, and retrieves the result for the asynchronous request. |
Top