Click or drag to resize

IAtomiaBillingApiGetPerformanceLog Method

Retrieves data from the performance log.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PerformanceLog[] GetPerformanceLog(
	Dictionary<string, SearchRestriction> conjunctions,
	Dictionary<string, SearchRestriction> disjunctions
)

Parameters

conjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.

Return Value

Type: PerformanceLog
An array of the PerformanceLog data type or null if nothing were found.
See Also