| AzureLogQueryResultConverterConvertQueryResultRecord Method |
Converts Azure QueryResult to EventLogEntryData object
Namespace:
Omada.OE.AppLogic.Converters
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic EventLogEntryData ConvertQueryResultRecord(
IList<string> record
)
Parameters
- record
- Type: System.Collections.GenericIListString
QueryResult object
Return Value
Type:
EventLogEntryDataEventLogEntryData object
See Also