BTXServiceStaticState.PersistState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- mgmtDBServer
- String
- mgmtDBName
- String
- MsgBoxGroupName
- String
- ApplicationName
- String
- serviceAssembly
- String
- serviceTypeName
- String
- PortIDs
- Guid[]
- LrpIDs
- Guid[]
- satAssemblyCacheCallback
- Delegate
- transaction
- ITransaction