InMemoryStorage<T>.Remove(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove items based on provided keys
public void Remove(System.Collections.Generic.IEnumerable<string> keys);
member this.Remove : seq<string> -> unit
Public Sub Remove (keys As IEnumerable(Of String))
Parameters
- keys
- IEnumerable<String>
identified of the in-memory storage item