{CompanyName} FlexyGo

MyCache..::..SaveSetting Method

Save applications settings to the config.json file.

Namespace:  FLEXYGO.Caching
Assembly:  flxSession (in flxSession.dll)

Syntax


public static void SaveSetting(
	string key,
	Object value
)
Public Shared Sub SaveSetting ( _
	key As String, _
	value As Object _
)

Parameters

key
Type: String
The property key.
value
Type: Object
The property value

Exceptions


ExceptionCondition
ExceptionCould not read config.json File