Click or drag to resize

IAtomiaBillingApi.GetExecutingMethods Method

Get currently executing methods and scheduled tasks.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<string, List<ExecutingMethod>> GetExecutingMethods()

Return Value

Type: Dictionary<String, List<ExecutingMethod>>
Currently executing methods and scheduled tasks.
See Also