Query.Dispose method

NOTE: This API is now obsolete.

Releases the resources for the search query.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub Dispose
'Usage
Dim instance As Query

instance.Dispose()
[ObsoleteAttribute("This class is obsolete.")]
public void Dispose()

Implements

IDisposable.Dispose()

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace