IUsageLogParserParse Method |
Parses the specified report.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax IList<UsageLogEntry> Parse(
string report
)
Function Parse (
report As String
) As IList(Of UsageLogEntry)
IList<UsageLogEntry^>^ Parse(
String^ report
)
abstract Parse :
report : string -> IList<UsageLogEntry>
Parameters
- report
- Type: SystemString
The report.
Return Value
Type:
IListUsageLogEntryList of usage log entries.
See Also