QueryService Members
Include Protected Members
Include Inherited Members
The QueryService class is the entry point for calling the Enterprise Search in Microsoft Office SharePoint Server 2007 Query web service.
The QueryService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryService | Initializes a new instance of the webSvcQueryService class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetPortalSearchInfo | Returns a list of scopes for the Enterprise Search. This method is deprecated and should not be used in new applications. | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetSearchMetadata | Returns a list of all the properties and scopes in an ADO.NET DataSet. | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Query | Returns an XML string containing the search results set for the specified query. | |
QueryEx | Returns an ADO.NET DataSet containing a DataTable for each search results set returned for the specified query. | |
RecordClick | This member is reserved for internal use and is not intended to be used directly from your code. | |
Registration | Returns the name and provider registration information for the search Shared Service Provider. | |
Status | Returns availability of the search service. | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top