IDspAdapter Interface

NOTE: This API is now obsolete.

Provides a COM interface for clients to access a data retrieval service adapter locally.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Interface IDspAdapter
'Usage
Dim instance As IDspAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public interface IDspAdapter

Remarks

The IDspAdapter interface provides the interface definition that is implemented by the DspAdapter In the namespace for each adapter:

Each data retrieval service adapter supports the methods defined in this interface. Local clients that use direct COM to access the adapter can call methods of the IDspAdapter interface directly.

See Also

Reference

IDspAdapter Members

Microsoft.SharePoint.Dsp Namespace