你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRefreshable 接口

定义

提供用于刷新资源的机制。

public interface IRefreshable
type IRefreshable = interface
Public Interface IRefreshable
派生

方法

Refresh(DetailLevel, IEnumerable<BatchClientBehavior>)

阻止调用以强制刷新当前对象。

RefreshAsync(DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

开始异步调用以刷新当前对象。

适用于