Implement deactivate actor method
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
The actor API allows it to [deactivate an actor](https://docs.dapr.io/reference/api/actors_api/#deactivate-actor). The [testing code](https://github.com/dapr/dotnet-sdk/blob/9104c6624cc474e52717ddb7408a75449b071a02/test/Dapr.Actors.AspNetCore.IntegrationTest/ActivationTests.cs#L52) also has implemented an API call to deactivate an actor. It would be great if the SDK could provide a method in the `ActorProxy` class which allows it to deactivate an actor without implementing an API call by itself.
Contributor guide
Assessment
This issue has not been assessed yet.