Set
method in Coherence.Cloud.KvStoreClient
Methods
public bool Set(string key, string value)
Adds entry to the key-value store.
Parameters
Type | Name | Description |
---|---|---|
string | key | |
string | value |
Returns
Type | Description |
---|---|
bool | True if entry was added (not necessarily synced yet). False if the |