PerformanceLogHelperGetPerformanceLog Method  | 
 
            Retrieves data from the performance log.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.BusinessLogic
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntaxpublic static PerformanceLog[] GetPerformanceLog(
	Dictionary<string, SearchRestriction> conjunctions,
	Dictionary<string, SearchRestriction> disjunctions
)
Public Shared Function GetPerformanceLog ( 
	conjunctions As Dictionary(Of String, SearchRestriction),
	disjunctions As Dictionary(Of String, SearchRestriction)
) As PerformanceLog()
public:
static array<PerformanceLog^>^ GetPerformanceLog(
	Dictionary<String^, SearchRestriction^>^ conjunctions, 
	Dictionary<String^, SearchRestriction^>^ disjunctions
)
static member GetPerformanceLog : 
        conjunctions : Dictionary<string, SearchRestriction> * 
        disjunctions : Dictionary<string, SearchRestriction> -> PerformanceLog[] 
Parameters
- conjunctions
 - Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions. - disjunctions
 - Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions. 
Return Value
Type: 
PerformanceLogAn array of the PerformanceLog data type or null if nothing were found.
See Also