The InvocationGrid type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
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).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this InvocationGrid instance that is compatible
with Equals(Object).
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unload |
Unloads this InvocationGrid from the StateServer and stops all invocation
workers corresponding to this GridName.
| |
| UnloadAll |
Unloads all InvocationGrids loaded by this client. This method does not
affect invocation grids loaded by other clients.
|
See Also