NugetPackages Constructor
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 NugetPackages (Microsoft.Extensions.Options.IOptions<Microsoft.Quantum.IQSharp.NugetPackages.Settings> config, Microsoft.Extensions.Logging.ILogger<Microsoft.Quantum.IQSharp.NugetPackages>? logger, Microsoft.Quantum.IQSharp.IEventService? eventService);
new Microsoft.Quantum.IQSharp.NugetPackages : Microsoft.Extensions.Options.IOptions<Microsoft.Quantum.IQSharp.NugetPackages.Settings> * Microsoft.Extensions.Logging.ILogger<Microsoft.Quantum.IQSharp.NugetPackages> * Microsoft.Quantum.IQSharp.IEventService -> Microsoft.Quantum.IQSharp.NugetPackages
Public Sub New (config As IOptions(Of NugetPackages.Settings), logger As ILogger(Of NugetPackages), eventService As IEventService)
Parameters
- config
- IOptions<NugetPackages.Settings>
- logger
- ILogger<NugetPackages>
- eventService
- IEventService