Свойство | Тип | Описание | |
---|---|---|---|
CacheKey | string | ||
Read | |||
SystemSettings | System |
Метод | Описание | |
---|---|---|
Flush ( ) : void |
Flushes this instance.
|
|
GetRockInstanceId ( ) : System.Guid |
Gets the RockInstanceId for this particular installation.
|
|
GetValue ( string key ) : string |
Gets the Global Attribute values for the specified key.
|
|
SetValue ( string key, string value ) : void |
Sets the value.
|
Метод | Описание | |
---|---|---|
CacheKey ( ) : string | ||
Read ( ) : |
Returns Global Attributes from cache. If they are not already in cache, they will be read and added to cache
|
|
SystemSettings ( ) : System |
public static GetRockInstanceId ( ) : System.Guid | ||
Результат | System.Guid |
public static GetValue ( string key ) : string | ||
key | string | The key. |
Результат | string |
public static SetValue ( string key, string value ) : void | ||
key | string | The key. |
value | string | The value. |
Результат | void |