Share via


StateServiceApplicationProxy constructor (String, StateServiceApplication, )

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

Syntax

'Declaration
Public Sub New ( _
    serviceProxyName As String, _
    application As StateServiceApplication, _
    proxy As StateServiceProxy _
)
'Usage
Dim serviceProxyName As String
Dim application As StateServiceApplication
Dim proxy As StateServiceProxy

Dim instance As New StateServiceApplicationProxy(serviceProxyName, _
    application, proxy)
public StateServiceApplicationProxy(
    string serviceProxyName,
    StateServiceApplication application,
    StateServiceProxy proxy
)

Parameters

  • proxy
    Type: StateServiceProxy

See also

Reference

StateServiceApplicationProxy class

StateServiceApplicationProxy members

StateServiceApplicationProxy overload

Microsoft.Office.Server.Administration namespace