Put

Storage.Put<TValue> method

Puts the value into the storage.

public void Put<TValue>(string key, TValue value)
ParameterTypeDescription
keyStringKey for the value.
valueTValueValue.

See Also