\r\n

51Degrees Device Detection .NET  4.4

Device detection services for 51Degrees Pipeline

FiftyOne.DeviceDetection.Examples.OnPremise.OfflineProcessing.Program.Example Class Reference

Inheritance diagram for FiftyOne.DeviceDetection.Examples.OnPremise.OfflineProcessing.Program.Example:

[legend]

Collaboration diagram for FiftyOne.DeviceDetection.Examples.OnPremise.OfflineProcessing.Program.Example:

[legend]

Public Member Functions

void  Run (string dataFile, TextReader evidenceYaml, ILoggerFactory loggerFactory, TextWriter output)
Process a YAML representation of evidence - and create a YAML output containing the processed evidence. More...

Member Function Documentation

◆ Run()

void FiftyOne.DeviceDetection.Examples.OnPremise.OfflineProcessing.Program.Example.Run ( string   dataFile,
TextReader   evidenceYaml,
ILoggerFactory   loggerFactory,
TextWriter   output  
)

Process a YAML representation of evidence - and create a YAML output containing the processed evidence.

Parameters
dataFile - The path to the device detection data file
evidenceYaml - Reader containing the yaml representation of the evidence to process
loggerFactory - Factory to use when creating loggers
output - Output writer to use when writing results
Examples
OnPremise/OfflineProcessing-Console/Program.cs.