ActorServiceSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Settings to configures behavior of Actor Service.
public sealed class ActorServiceSettings
type ActorServiceSettings = class
Public NotInheritable Class ActorServiceSettings
- Inheritance
-
ActorServiceSettings
Constructors
ActorServiceSettings() |
Initializes a new instance of the ActorServiceSettings class. |
Properties
ActorConcurrencySettings |
Gets or sets settings to configure the turn based concurrency lock for actors. |
ActorGarbageCollectionSettings |
Gets or sets garbage collection settings for the Actor service. |
ReminderSettings |
Gets or sets settings to configure behavior of reminders. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET