共用方式為


IStorage 介面

定義

定義儲存層的介面。

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

適用於