ActorGarbageCollectionSettings Class

Definition

Represents the setting to configure Garbage Collection behavior of Actor Service.

public sealed class ActorGarbageCollectionSettings
type ActorGarbageCollectionSettings = class
Public NotInheritable Class ActorGarbageCollectionSettings
Inheritance
ActorGarbageCollectionSettings

Constructors

ActorGarbageCollectionSettings()

Initializes a new instance of the ActorGarbageCollectionSettings class with the values of the input argument.

ActorGarbageCollectionSettings(Int64, Int64)

Initializes a new instance of the ActorGarbageCollectionSettings class.

Properties

IdleTimeoutInSeconds

Gets the time interval to wait before garbage collecting an actor which is not in use.

ScanIntervalInSeconds

Gets the time interval to run Actor Garbage Collection scan.

Applies to