Share via


SPIisWebServiceInstance Constructor (SPServer, SPIisWebService)

Creates a new instance of a Web service when called in the constructor for a concrete subclass.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub New ( _
    server As SPServer, _
    service As SPIisWebService _
)
'Usage
Dim server As SPServer
Dim service As SPIisWebService

Dim instance As New SPIisWebServiceInstance(server, _
    service)
protected SPIisWebServiceInstance(
    SPServer server,
    SPIisWebService service
)

Parameters

Remarks

The SPIisWebServiceInstance class is abstract and can never be instantiated. Therefore you can call this constructor only by calling base(SPServer, SPIisWebService) on the declaration line of a constructor in a derived class.

See Also

Reference

SPIisWebServiceInstance Class

SPIisWebServiceInstance Members

SPIisWebServiceInstance Overload

Microsoft.SharePoint.Administration Namespace