IDspAdapter Interface

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

Public Interface IDspAdapter

Dim instance As IDspAdapter
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