BTXServiceStaticState.PersistState 方法

定义

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

适用于