InvocationGridBuilderLingerTime Property

ScaleOut Software NamedCache API
Gets/Sets the time for which the InvocationGrid loaded by this InvocationGridBuilder remains loaded after the application exits.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public TimeSpan LingerTime { get; set; }

Property Value

Type: TimeSpan
Exceptions

ExceptionCondition
ArgumentOutOfRangeException if the value specified is less than a minute.
Remarks

Keeping an InvocationGrid loaded after the application exits provides the opportunity for another application instance to reuse a loaded InvocationGrid. After the LingerTime has elapsed, the InvocationGrid will be automatically unloaded and invocation workers stopped.

The default LingerTime is 10 minutes and must be at least 1 minute.

See Also

Reference