SoapPTAdapter Class

NOTE: This API is now obsolete.

Represents the adapter service used to perform pass-through queries against Web services.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Dsp.DspAdapter
        Microsoft.SharePoint.Dsp.SoapPT.SoapPTAdapter

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public NotInheritable Class SoapPTAdapter _
    Inherits DspAdapter _
    Implements IDspAdapter
'Usage
Dim instance As SoapPTAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public sealed class SoapPTAdapter : DspAdapter, 
    IDspAdapter

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

SoapPTAdapter Members

Microsoft.SharePoint.Dsp.SoapPT Namespace