Click or drag to resize

IAtomiaBillingApiSearchScheduledTaskRuns Method

Search the scheduled task run table.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<ScheduledTaskRun> SearchScheduledTaskRuns(
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> conjunctions,
	Dictionary<string, SearchRestriction> disjunctions
)

Parameters

firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
The order type (asc or desc).
propertyNameToOrder
Type: SystemString
The name name to order.
conjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.

Return Value

Type: SearchResultScheduledTaskRun
Filtered scheduled task runs.
See Also