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