◆ HardwareProfileCloudEngineBuilder()
FiftyOne.DeviceDetection.Cloud.FlowElements.HardwareProfileCloudEngineBuilder.HardwareProfileCloudEngineBuilder | ( | ILoggerFactory | loggerFactory | ) |
Constructor
- Parameters
-
- loggerFactory - The factory to use when creating a logger.
Member Function Documentation
◆ Build()
HardwareProfileCloudEngine FiftyOne.DeviceDetection.Cloud.FlowElements.HardwareProfileCloudEngineBuilder.Build ( ) Build a new engine using the configured values.
- Returns
- A new HardwareProfileCloudEngine
◆ NewEngine()
override HardwareProfileCloudEngine FiftyOne.DeviceDetection.Cloud.FlowElements.HardwareProfileCloudEngineBuilder.NewEngine ( List< string > properties ) protectedThis method is called by the base class to create a new HardwareProfileCloudEngine instance before additional configuration is applied.
- Parameters
-
- properties - A string list of the properties that the engine should populate. In this case, this list is ignored as the resource key defines the properties that are returned by the cloud service.
- Returns
- A new HardwareProfileCloudEngine instance.