mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
Update docs/sdks/dot_net.md
This commit is contained in:
parent
4f6085f1d9
commit
77a95b9788
@ -75,7 +75,7 @@ The activation strategies is an implementation of rules based on data, which you
|
|||||||
|
|
||||||
The simplest way to provide the Unleash Context is as part of the “isEnabled” call:
|
The simplest way to provide the Unleash Context is as part of the “isEnabled” call:
|
||||||
|
|
||||||
```java
|
```csharp
|
||||||
var context = new UnleashContext
|
var context = new UnleashContext
|
||||||
{
|
{
|
||||||
UserId = "61"
|
UserId = "61"
|
||||||
|
Loading…
Reference in New Issue
Block a user