◆ DeviceDetectionCloudEngineBuilder()
FiftyOne.DeviceDetection.Cloud.FlowElements.DeviceDetectionCloudEngineBuilder.DeviceDetectionCloudEngineBuilder | ( | ILoggerFactory | loggerFactory | ) |
Constructor
- Parameters
-
- loggerFactory - The factory to use when creating a logger.
Member Function Documentation
◆ Build()
DeviceDetectionCloudEngine FiftyOne.DeviceDetection.Cloud.FlowElements.DeviceDetectionCloudEngineBuilder.Build ( ) Build a new engine using the configured values.
- Returns
- A new DeviceDetectionCloudEngine
◆ NewEngine()
override DeviceDetectionCloudEngine FiftyOne.DeviceDetection.Cloud.FlowElements.DeviceDetectionCloudEngineBuilder.NewEngine ( List< string > properties ) protectedThis method is called by the base class to create a new DeviceDetectionCloudEngine 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 DeviceDetectionCloudEngine instance.