Defines a class that provides Bluetooth Factory initialisation but returns
multiple factories.
| C# | Visual Basic |
public interface IBluetoothFactoryFactory
Public Interface IBluetoothFactoryFactory
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetFactories(IList<(Of <(Exception>)>)) |
Get the list of factories.
|
In most cases configuration is provided so that BluetoothFactory loads one or more classes each derived from BluetoothFactory. There the instance is the factory. This interface allows a class to be loaded by BluetoothFactory but instead returns a list of factory instances.