PropertiesInsert Method (String, Int32) |
Add or update the int value for key.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Insert(
string key,
int value
)
Public Sub Insert (
key As String,
value As Integer
)
public:
void Insert(
String^ key,
int value
)
member Insert :
key : string *
value : int -> unit
Parameters
- key
- Type: SystemString
the key to insert - value
- Type: SystemInt32
the integer value to insert
Exceptions
See Also