Interface IConnectorAccessor
Note that this is not used for Blazor Server - as it requires HTTP-Scoped connector access. It is used as a promise though for WPF and single user clients. This can be injected at startup, when IConnector is not immediately available.
Namespace: LemonEdge.API.Client.CommonUI
Assembly: LemonEdge.API.dll
Syntax
public interface IConnectorAccessor
Properties
Connector
Declaration
IConnector Connector { get; }
Property Value
Type | Description |
---|---|
IConnector |