GrainDirectoryOptions.LazyDeregistrationDelay Property
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.
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