InvocationGrid Properties

ScaleOut Software NamedCache API

The InvocationGrid type exposes the following members.

Properties

  NameDescription
Public propertyAllowClientCachingInInvokeCallbacks
Gets the value of AllowClientCachingInInvokeCallbacks that was specified via the InvocationGridBuilder. This value controls whether objects fetched in the invocation grid worker process are allowed to be cached in the client cache.
Public propertyAllowFastReads
Gets the value of AllowFastReads that was specified via the InvocationGridBuilder. This value controls whether version information supplied to the invocation grid will be used to determine if cached objects are valid. This value is ignored if LockOnRead is true.
Public propertyDependencies
Returns the list of InvocationGrid dependencies.
Public propertyGridName
Returns the name of this InvocationGrid.
Public propertyInitializerArgument
Parameter's value for InvocationGrid initializer method.
Public propertyIsUnloaded
Returns true if this InvocationGrid has been unloaded from StateServer. Returns false if the grid and its dependencies are still available.
Public propertyLingerTime
Gets the LingerTime for the InvocationGrid.
Public propertyStatic memberLoadedInvocationGrids
Returns all invocation grids loaded by this client.
Public propertyLockOnRead
Gets the value of LockOnRead that was specified via the InvocationGridBuilder. This value controls locking behavior for the invocation grid's worker process, where a value of true will cause the worker process to lock objects during evaluation. The default is false.
Public propertyMaxInvokeWorkerThreads
Gets the value of MaxInvokeWorkerThreads that was specified via the InvocationGridBuilder. This value controls the maximum number of worker threads that the invocation grid's worker process may use. The default is the number of logical processors on the system plus one.
Public propertyMaxWorkerCacheKB
Gets the maximum size of the invocation grid workers' client-side cache in kilobytes that was specified in via MaxWorkerCacheKB property for the InvocationGridBuilder that was used to Load this InvocationGrid.
Top
See Also

Reference