BTXServiceStaticState.PersistState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static void PersistState(System::String ^ mgmtDBServer, System::String ^ mgmtDBName, System::String ^ MsgBoxGroupName, System::String ^ ApplicationName, System::String ^ serviceAssembly, System::String ^ serviceTypeName, cli::array <Guid> ^ PortIDs, cli::array <Guid> ^ LrpIDs, Delegate ^ satAssemblyCacheCallback, System::EnterpriseServices::ITransaction ^ transaction);
public static void PersistState (string mgmtDBServer, string mgmtDBName, string MsgBoxGroupName, string ApplicationName, string serviceAssembly, string serviceTypeName, Guid[] PortIDs, Guid[] LrpIDs, Delegate satAssemblyCacheCallback, System.EnterpriseServices.ITransaction transaction);
static member PersistState : string * string * string * string * string * string * Guid[] * Guid[] * Delegate * System.EnterpriseServices.ITransaction -> unit
Public Shared Sub PersistState (mgmtDBServer As String, mgmtDBName As String, MsgBoxGroupName As String, ApplicationName As String, serviceAssembly As String, serviceTypeName As String, PortIDs As Guid(), LrpIDs As Guid(), satAssemblyCacheCallback As Delegate, transaction As ITransaction)
参数
- mgmtDBServer
- String
- mgmtDBName
- String
- MsgBoxGroupName
- String
- ApplicationName
- String
- serviceAssembly
- String
- serviceTypeName
- String
- PortIDs
- Guid[]
- LrpIDs
- Guid[]
- satAssemblyCacheCallback
- Delegate
- transaction
- ITransaction