MetadataController(IOptions<ClientInformation>, IEventService) 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 MetadataController (Microsoft.Extensions.Options.IOptions<Microsoft.Quantum.IQSharp.ClientInformation> clientInformation, Microsoft.Quantum.IQSharp.IEventService eventService);
new Microsoft.Quantum.IQSharp.MetadataController : Microsoft.Extensions.Options.IOptions<Microsoft.Quantum.IQSharp.ClientInformation> * Microsoft.Quantum.IQSharp.IEventService -> Microsoft.Quantum.IQSharp.MetadataController
Public Sub New (clientInformation As IOptions(Of ClientInformation), eventService As IEventService)
Parameters
- clientInformation
- IOptions<ClientInformation>
- eventService
- IEventService