StsAdapter Class
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
<WebServiceAttribute(Namespace := "http://schemas.microsoft.com/sharepoint/dsp")> _
<SoapDocumentServiceAttribute(Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Bare)> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
Public NotInheritable Class StsAdapter _
Inherits DspAdapter _
Implements IDspAdapter
Dim instance As StsAdapter
[WebServiceAttribute(Namespace = "http://schemas.microsoft.com/sharepoint/dsp")]
[SoapDocumentServiceAttribute(Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Bare)]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
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.