ISessionManage
.
.
::
.
.
Add Method
Adds the specified key.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
void
Add
(
string
key
,
Object
value
)
Parameters
key
Type:
String
The key.
value
Type:
Object
The value.
See Also
ISessionManage Interface
Core Namespace