InvocationGridBuilder Methods

ScaleOut Software NamedCache API

The InvocationGridBuilder type exposes the following members.

Methods

  NameDescription
Public methodAddDependency(Assembly)
Ensures that the dependency and any assemblies referenced by dependency are copied to the hosts on which the invocation grid will run when the [M:Load] method is called.
Public methodAddDependency(Type)
Ensures that the Assemblies required by dependency are copied to the hosts on which the invocation grid will run when the [M:Load] method is called.
Public methodAddDependencyT(T)
Ensures that the Assemblies required by dependency are copied to the hosts on which the invocation grid will run when the [M:Load] method is called.
Public methodStatic memberAggregateIgServerNames
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIfExists
Obtains the InvocationGrid instance for loaded invocation grid with the name GridName. If the invocation grid instance with this name does not exist, the method returns null.
Public methodStatic memberGetIgServerName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitializeAndGetIgServerName
Public methodLoad
Ensures that the worker processes corresponding to this InvocationGridBuilder's grid name are loaded and that the grid's dependencies are available on all hosts.
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.)
Top
See Also

Reference