Service Fabric 参与者、ReceiveReminderAsync 和 CancellationTokens

Service Fabric Actors, ReceiveReminderAsync and CancellationTokens

我有一个使用提醒的 Azure Service Fabric 参与者。

Actor 默认遵循 single entry 模式。 在处理提醒回调时,不能进行其他操作(如停用)。删除(除非强制)和升级会延迟到操作完成。

接收提醒使用IRemindable接口。它不支持取消。