ContextCacheGetContextCache Method |
[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ContextCache.GetContextCache(System.String)"]
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Dictionary<Object, Object> GetContextCache(
string cacheName
)
Public Function GetContextCache (
cacheName As String
) As Dictionary(Of Object, Object)
public:
Dictionary<Object^, Object^>^ GetContextCache(
String^ cacheName
)
member GetContextCache :
cacheName : string -> Dictionary<Object, Object>
Parameters
- cacheName
- Type: SystemString
[Missing <param name="cacheName"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ContextCache.GetContextCache(System.String)"]
Return Value
Type:
DictionaryObject,
Object[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ContextCache.GetContextCache(System.String)"]
See Also