InvocationGridBuilder Properties

ScaleOut Software NamedCache API

The InvocationGridBuilder type exposes the following members.

Properties

  NameDescription
Public propertyAllowClientCachingInInvokeCallbacks
Gets or sets a nullable boolean value that controls whether objects fetched in the invocation grid worker process during Invoke processing are allowed to be cached in the client cache.
Public propertyAllowFastReads
Enables/disables "fast reads" feature for invocations performed within this invocation grid.
Public propertyGridName
Returns the name of this InvocationGrid object as specified in the InvocationGridBuilder's constructor.
Public propertyInitializer
Delegate that will be run by each worker when the IG is loaded.
Public propertyInitializerArgument
Parameter's value for initializer's method of InvocationGrid.
Public propertyLingerTime
Gets/Sets the time for which the InvocationGrid loaded by this InvocationGridBuilder remains loaded after the application exits.
Public propertyLockOnRead
Gets or sets locking behavior for the invocation grid. If true, objects will be locked before they are read and passed into eval invocations, ensuring that other clients/threads will not change objects while they are being evaluated. The default behavior is false (locking will not be performed).
Public propertyMaxInvokeWorkerThreads
Gets or sets a nullable int value that specifies the maximum number of worker threads that the invocation grid's worker process may use. If null, the default number of threads is the number of logical processors on the system plus one.
Public propertyMaxWorkerCacheKB
Get/Set the maximum size of the invocation grid workers' client-side cache in kilobytes.
Top
See Also

Reference