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
| Name | Description |
|---|---|
| ActorServiceSettings() |
Initializes a new instance of the ActorServiceSettings class. |
Properties
| Name | Description |
|---|---|
| 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. |