The InvocationGridBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddDependency(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.
|
![]() | AddDependency(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.
|
![]() | AddDependencyT(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.
|
![]() ![]() | AggregateIgServerNames | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIfExists |
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.
|
![]() ![]() | GetIgServerName | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | InitializeAndGetIgServerName | |
![]() | Load |
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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also