StateServiceApplication 构造函数 (String, StateService)
命名空间: Microsoft.Office.Server.Administration
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Sub New ( _
name As String, _
service As StateService _
)
用法
Dim name As String
Dim service As StateService
Dim instance As New StateServiceApplication(name, service)
public StateServiceApplication(
string name,
StateService service
)
参数
- name
类型:System.String