ActorServiceSettings Class

Definition

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