InvocationGrid Methods

ScaleOut Software NamedCache API

The InvocationGrid type exposes the following members.

Methods

  NameDescription
Public methodEquals
Performs a equality comparison by value. Two InvocationGrid instances are considered equal if they have the same GridName, LingerTime, MaxWorkerCacheKB, AllowClientCachingInInvokeCallbacks, MaxInvokeWorkerThreads, LockOnRead, AllowFastReads and dependencies.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this InvocationGrid instance that is compatible with Equals(Object).
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload
Unloads this InvocationGrid from the StateServer and stops all invocation workers corresponding to this GridName.
Public methodStatic memberUnloadAll
Unloads all InvocationGrids loaded by this client. This method does not affect invocation grids loaded by other clients.
Top
See Also

Reference