Click or drag to resize

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
Syntax
C#
public EventLogEntryData ConvertQueryResultRecord(
	IList<string> record
)

Parameters

record
Type: System.Collections.GenericIListString
QueryResult object

Return Value

Type: EventLogEntryData
EventLogEntryData object
See Also