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()
Public Shared Function PrepareContext As Boolean
public:
static bool PrepareContext()
static member PrepareContext : unit -> bool
Return Value
Type:
Booleantrue if new instance of exectution context was created,
false if existing instance is used.
See Also