Share via


SessionStateServiceInstance Constructor (String, SPServer, SPService)

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Administration
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
<ObsoleteAttribute("The constructor is reserved for usage by the configdb infrastructure alone",  _
    False)> _
Public Sub New ( _
    name As String, _
    server As SPServer, _
    service As SPService _
)
'Usage
Dim name As String
Dim server As SPServer
Dim service As SPService

Dim instance As New SessionStateServiceInstance(name, server, _
    service)
[ObsoleteAttribute("The constructor is reserved for usage by the configdb infrastructure alone", 
    false)]
public SessionStateServiceInstance(
    string name,
    SPServer server,
    SPService service
)

Parameters

See Also

Reference

SessionStateServiceInstance Class

SessionStateServiceInstance Members

SessionStateServiceInstance Overload

Microsoft.Office.Server.Administration Namespace