File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/connections/sources/catalog/libraries/server/csharp Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ A `FlushPolicy` only needs to implement 2 methods:
379
379
- `Unschedule `: Called when policy should stop running any scheduled flushes
380
380
- `Reset `: Called after a flush is triggered (either by your policy , by another policy or manually )
381
381
382
- They also have a `ShouldFlush ` observable boolean value . When this is set to true the client will attempt to upload events . Each policy should reset this value to `false ` according to its own logic , although it is pretty common to do it inside the ` Reset ` method .
382
+ Your ` FlushPolicy ` should also have a `ShouldFlush ` observable boolean value . When this is set to true the client attempts to upload events . Each policy should reset this value to `false ` according to its own logic .
383
383
384
384
```csharp
385
385
class FlushOnScreenEventsPolicy : IFlushPolicy
You can’t perform that action at this time.
0 commit comments