C# (CSharp) Nexus.Client.PluginManagement.InstallationLog ActivePluginLog - 10 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de Nexus.Client.PluginManagement.InstallationLog.ActivePluginLog extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
The log that tracks plugins that have been enabled.
The plugin log can only be accessed by one install task at a time, so this object is a singleton to help enforce that policy. Note, however, that the singleton nature of the log is not meant to provide global access to the object. As such, there is no static accessor to retrieve the singleton instance. Instead, the Initialize(PluginRegistry, IActivePluginLogSerializer) method returns the only instance that should be used.