Click or drag to resize

ExecutionContextHelperContextHasCache Method

Note: This API is now obsolete.

Returns true if the context is instantiated and has a cache of a specific name

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute]
public static bool ContextHasCache(
	string cacheName
)

Parameters

cacheName
Type: SystemString

[Missing <param name="cacheName"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ExecutionContextHelper.ContextHasCache(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ExecutionContextHelper.ContextHasCache(System.String)"]

See Also