IStorage 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義儲存層的介面。
public interface IStorage
type IStorage = interface
Public Interface IStorage
- 衍生
方法
DeleteAsync(String[], CancellationToken) |
從儲存體中刪除儲存體專案。 |
ReadAsync(String[], CancellationToken) |
從儲存體讀取儲存體專案。 |
WriteAsync(IDictionary<String,Object>, CancellationToken) |
將儲存體專案寫入儲存體。 |
擴充方法
ReadAsync<TStoreItem>(IStorage, String[], CancellationToken) |
從狀態儲存體取得和強型別 物件的集合 IStoreItem 。 |