CacheGetInt(String) Method
Immediatley retrieve an integer value from the cache with the given name with no throttling.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public int GetInt(
string Key
)
Public Function GetInt (
Key As String
) As Integer
public:
virtual int GetInt(
String^ Key
) sealed
- Key String
- Name of this item in the cache. The key is case sensitive.
Int32The requested integer value, if present in the cache, or a "NotInCacheException" if there is no item in the cache that has the supplied name.