◆ GetEvidence()
static IEnumerable<Dictionary<string, object> > FiftyOne.DeviceDetection.Examples.ExampleBase.GetEvidence | ( | TextReader | evidenceReader, |
ILogger | logger = null
|
||
) |
static
protected
Read the specified yaml-formatted stream and return evidence collections.
- Parameters
-
- evidenceReader - A TextReader containing the yaml-formatted evidence data to be ingested.
- logger - A logger instance. If null is passed then progress messages will not be logged.
- Returns