Service Constructor (Guid, Server)
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Sub New ( _
serviceClass As Guid, _
server As Server _
)
'Usage
Dim serviceClass As Guid
Dim server As Server
Dim instance As New Service(serviceClass, _
server)
[ObsoleteAttribute]
public Service(
Guid serviceClass,
Server server
)
Parameters
- serviceClass
Type: System.Guid
- server
Type: Microsoft.SharePoint.Portal.Topology.Server