StsAdapter Class

NOTE: This API is now obsolete.

Represents the adapter service used to perform queries against sites and lists in Microsoft Windows SharePoint Services.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Dsp.DspAdapter
        Microsoft.SharePoint.Dsp.Sts.StsAdapter

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/dsp")> _
<SoapDocumentServiceAttribute(Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Bare)> _
Public NotInheritable Class StsAdapter _
    Inherits DspAdapter _
    Implements IDspAdapter
'Usage
Dim instance As StsAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/sharepoint/dsp")]
[SoapDocumentServiceAttribute(Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Bare)]
public sealed class StsAdapter : 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

StsAdapter Members

Microsoft.SharePoint.Dsp.Sts Namespace