IMemory Interface

Definition

Represents a memory, a key-value store that can be used to store and retrieve values.

C#
public interface IMemory
Derived

Methods

DeleteValue(String)

Deletes a value from the memory.

GetValue(String)

Retrieves a value from the memory.

HasValue(String)

Checks if a value exists in the memory.

SetValue(String, Object)

Assigns a value to the memory.

Applies to

Proizvod Verzije
Microsoft Teams Framework .NET SDK Latest