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 string GetStringValueFromConfigByKey( string key ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetStringValueFromConfigByKey ( _ key As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetStringValueFromConfigByKey( String^ key ) |
Parameters
- key
- Type: System..::.String
String Key-Name
Return Value
string value of a applied key
Remarks
[Missing <remarks> documentation for "M:SharedCache.Notify.Config.GetStringValueFromConfigByKey(System.String)"]