Skip to content

Commit e619600

Browse files
committed
Remove en-us from link
1 parent 1a8c704 commit e619600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-reliable-actors-timers-reminders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Reminders are a mechanism to trigger persistent callbacks on an actor at specifi
124124
> [!NOTE]
125125
> The reliability of reminders is tied to the state reliability guarantees provided by the actor state provider. This means that for actors whose state persistence is set to *None*, the reminders will not fire after a failover.
126126
127-
To register a reminder, an actor calls the [`RegisterReminderAsync`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicefabric.actors.runtime.actorbase.registerreminderasync?view=azure-dotnet#remarks) method provided on the base class, as shown in the following example:
127+
To register a reminder, an actor calls the [`RegisterReminderAsync`](https://docs.microsoft.com/dotnet/api/microsoft.servicefabric.actors.runtime.actorbase.registerreminderasync?view=azure-dotnet#remarks) method provided on the base class, as shown in the following example:
128128

129129
```csharp
130130
protected override async Task OnActivateAsync()

0 commit comments

Comments
 (0)