IReminderTable 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于基础存储实现的接口,用于提醒数据:Azure 表、SQL、开发模拟器粒度和模拟实现。 定义为开发模拟器粒度事例的粒度接口。
public interface IReminderTable
type IReminderTable = interface
Public Interface IReminderTable
- 派生
方法
Init() |
已过时.
初始化此实例。 |
Init(GlobalConfiguration, Logger) |
用于基础存储实现的接口,用于提醒数据:Azure 表、SQL、开发模拟器粒度和模拟实现。 定义为开发模拟器粒度事例的粒度接口。 |
ReadRow(GrainId, String) |
读取指定项。 |
ReadRow(GrainReference, String) |
用于基础存储实现的接口,用于提醒数据:Azure 表、SQL、开发模拟器粒度和模拟实现。 定义为开发模拟器粒度事例的粒度接口。 |
ReadRows(GrainId) |
读取与指定粒度关联的提醒表条目。 |
ReadRows(GrainReference) |
用于基础存储实现的接口,用于提醒数据:Azure 表、SQL、开发模拟器粒度和模拟实现。 定义为开发模拟器粒度事例的粒度接口。 |
ReadRows(UInt32, UInt32) |
返回区域中具有其 GetUniformHashCode() 的所有行(开始、结束] |
RemoveRow(GrainId, String, String) |
从表中删除一行。 |
RemoveRow(GrainReference, String, String) |
从表中删除行。 |
StartAsync(CancellationToken) |
初始化此实例。 |
StopAsync(CancellationToken) |
停止提醒表。 |
TestOnlyClearTable() |
清除表。 |
UpsertRow(ReminderEntry) |
向上插入指定的条目。 |