ICodeContainerStorageManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义类的公共 Api 的接口,该类负责管理 Shell 所访问的代码容器的记录。
public interface class ICodeContainerStorageManager
public interface class ICodeContainerStorageManager
__interface ICodeContainerStorageManager
public interface ICodeContainerStorageManager
type ICodeContainerStorageManager = interface
Public Interface ICodeContainerStorageManager
- 派生
方法
| AddOrUpdateAsync(CodeContainer, CancellationToken) |
为提供的添加或更新 Shell 记录 |
| ClearAsync(CancellationToken) |
清除所有本地和漫游代码容器的 Shell 的所有记录。 |
| GetAsync(String, CancellationToken) |
检索 CodeContainer 其 Full-Path 等于的 |
| RemoveAsync(CodeContainer, CancellationToken) |
删除提供的的 Shell 记录 |
| SubscribeAsync(ITargetBlock<StatefulReadOnlyList<CodeContainer,Nullable<Int32>>>, CancellationToken) |
允许 |