Amazon.Util.Storage.KVStore.Clear C# (CSharp) Method

Clear() public abstract method

Clears the value identified by key
public abstract Clear ( string key ) : void
key string Identifier
return void
        public abstract void Clear(string key);