ActorGarbageCollectionSettings 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.
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. |