Click or drag to resize

CoreApiProxyListLogs Method

Lists the logs.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public LogItem[] ListLogs(
	out int pageCount,
	string account,
	string user,
	string action,
	DateRange dateRange,
	Dictionary<string, string> extendedData,
	int sortBy,
	bool sortAsc,
	int page,
	int pageSize
)

Parameters

pageCount
Type: SystemInt32
The page count.
account
Type: SystemString
The account.
user
Type: SystemString
The user.
action
Type: SystemString
The action.
dateRange
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiDateRange
The date range.
extendedData
Type: System.Collections.GenericDictionaryString, String
The extended data.
sortBy
Type: SystemInt32
The sort by.
sortAsc
Type: SystemBoolean
if set to true [sort asc].
page
Type: SystemInt32
The page.
pageSize
Type: SystemInt32
Size of the page.

Return Value

Type: LogItem

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.ListLogs(System.Int32@,System.String,System.String,System.String,Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.DateRange,System.Collections.Generic.Dictionary{System.String,System.String},System.Int32,System.Boolean,System.Int32,System.Int32)"]

Implements

ICoreApiListLogs(Int32, String, String, String, DateRange, DictionaryString, String, Int32, Boolean, Int32, Int32)
See Also