Connection Class

NOTE: This API is now obsolete.

Represents a connection to a data retrieval service adapter.

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    Microsoft.SharePoint.Dsp.Connection

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Class Connection _
    Inherits SoapHeader
'Usage
Dim instance As Connection
[ObsoleteAttribute("Use the Lists web service instead.")]
public class Connection : SoapHeader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Connection Members

Microsoft.SharePoint.Dsp Namespace