Describe the issue
For the .NET AWSSDK.SimpleEmailV2 SDK, I'm trying to determine whether I can use an instance of AmazonSimpleEmailServiceV2Client from multiple threads simultaneously. Based on #1974, it seems likely, but that issue was for V1.
In general, any classes that are thread safe should indicate so in their docs, so developers have clear answers without having to root through GitHub issues.
Links
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TSimpleEmailServiceV2Client.html
Describe the issue
For the .NET AWSSDK.SimpleEmailV2 SDK, I'm trying to determine whether I can use an instance of
AmazonSimpleEmailServiceV2Clientfrom multiple threads simultaneously. Based on #1974, it seems likely, but that issue was for V1.In general, any classes that are thread safe should indicate so in their docs, so developers have clear answers without having to root through GitHub issues.
Links
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TSimpleEmailServiceV2Client.html