Beispiel #1
0
 public bool IsReactivationReminder(string reminderName)
 => ReminderTable.IsReactivationReminder(reminderName);
 public DurableReminderExtension(IActivityContext instance)
 {
     reminderTable = new ReminderTable(instance);
 }
 public DurableReminderExtension(IActivityContext instance)
 {
     reminderTable = new ReminderTable(instance);
 }