Edit

Share via


GlobalConfiguration.DirectoryLazyDeregistrationDelay Property

Definition

The time span between when we have added an entry for an activation to the grain directory and when we are allowed to conditionally remove that entry. Conditional deregistration is used for lazy clean-up of activations whose prompt deregistration failed for some reason (e.g., message failure). This should always be at least one minute, since we compare the times on the directory partition, so message delays and clcks skues have to be allowed.

public TimeSpan DirectoryLazyDeregistrationDelay { get; set; }
member this.DirectoryLazyDeregistrationDelay : TimeSpan with get, set
Public Property DirectoryLazyDeregistrationDelay As TimeSpan

Property Value

Applies to