BTXServiceStaticState.PersistState Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- mgmtDBServer
- String
- mgmtDBName
- String
- MsgBoxGroupName
- String
- ApplicationName
- String
- serviceAssembly
- String
- serviceTypeName
- String
- PortIDs
- Guid[]
- LrpIDs
- Guid[]
- satAssemblyCacheCallback
- Delegate
- transaction
- ITransaction