Amazon.Util.Storage.KVStore.Clear C# (CSharp) Méthode

Clear() public abstract méthode

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