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
)
<ObsoleteAttribute>
Public Shared Function ContextHasCache (
cacheName As String
) As Boolean
public:
[ObsoleteAttribute]
static bool ContextHasCache(
String^ cacheName
)
[<ObsoleteAttribute>]
static member ContextHasCache :
cacheName : string -> bool
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