Click or drag to resize

ExecutionContextHelperPrepareContext Method

Prepares execution context and returns result that signals whether new execution context was instantiated or not.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool PrepareContext()

Return Value

Type: Boolean
true if new instance of exectution context was created, false if existing instance is used.
See Also