IMemory Interface
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.
Represents a memory, a key-value store that can be used to store and retrieve values.
C#
public interface IMemory
type IMemory = interface
Public Interface IMemory
- Derived
Delete |
Deletes a value from the memory. |
Get |
Retrieves a value from the memory. |
Has |
Checks if a value exists in the memory. |
Set |
Assigns a value to the memory. |
Proizvod | Verzije |
---|---|
Microsoft Teams Framework .NET SDK | Latest |