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

IRemindable 接口

定义

执行组件必须实现的接口才能使用使用 RegisterReminderAsync(String, Byte[], TimeSpan, TimeSpan)注册的提醒。

public interface IRemindable
type IRemindable = interface
Public Interface IRemindable

方法

ReceiveReminderAsync(String, Byte[], TimeSpan, TimeSpan)

触发执行组件提醒时调用的提醒回叫。

适用于