mirror of https://github.com/dapr/docs.git
update unlock dotnet code
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
15cf08d038
commit
8fdb4ca78e
|
@ -149,7 +149,7 @@ namespace LockService
|
|||
var client = new DaprClientBuilder().Build();
|
||||
|
||||
var response = await client.Unlock(DAPR_LOCK_NAME, "my_file_name", "random_id_abc123"));
|
||||
Console.WriteLine(response.LockStatus);
|
||||
Console.WriteLine(response.status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue