Szerkesztés

Megosztás a következőn keresztül:


GrainDirectoryOptions.LazyDeregistrationDelay Property

Definition

Gets or sets 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 LazyDeregistrationDelay { get; set; }
member this.LazyDeregistrationDelay : TimeSpan with get, set
Public Property LazyDeregistrationDelay As TimeSpan

Property Value

Applies to