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)
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
server
Type: Microsoft.SharePoint.Administration.SPServerThe server on which the new service instance is installed.
service
Type: Microsoft.SharePoint.Administration.SPIisWebServiceThe parent service for the instance.
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 members