AsynchronousWebPartService Class
This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.SharePoint.Portal.Internal.AsynchronousWebPartService
Namespace: Microsoft.SharePoint.Portal.Internal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<WebServiceAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/AsynchronousWebPartService")> _
<ScriptServiceAttribute> _
Public Class AsynchronousWebPartService _
Inherits WebService
'Usage
Dim instance As AsynchronousWebPartService
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[WebServiceAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/AsynchronousWebPartService")]
[ScriptServiceAttribute]
public class AsynchronousWebPartService : WebService
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.