Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)
Get the value based on the key from the app.config
Namespace:
SharedCache.NotifyAssembly: SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static int GetIntValueFromConfigByKey( string key ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetIntValueFromConfigByKey ( _ key As String _ ) As Integer |
| Visual C++ |
|---|
public: static int GetIntValueFromConfigByKey( String^ key ) |
Parameters
- key
- Type: System..::.String
String Key-Name
Return Value
int value of a applied key
Remarks
[Missing <remarks> documentation for "M:SharedCache.Notify.Config.GetIntValueFromConfigByKey(System.String)"]