SoapPTAdapter Class

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

Public NotInheritable Class SoapPTAdapter _
    Inherits DspAdapter _
    Implements IDspAdapter

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