InvocationGridBuilderAddDependency Method (Type)

ScaleOut Software NamedCache API
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.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public void AddDependency(
	Type dependency
)

Parameters

dependency
Type: SystemType
the Type to be examined and added to the dependency list.
Remarks

The Assembly containing dependency will be added to the list of assemblies to be transferred to invocation grid hosts. If dependency is a generic type, the assemblies containing the generic type arguments are also added to the dependency list. Any assembly in the Global Assembly Cache or part of the ScaleOut StateServer product is filtered out of the dependency list.

See Also

Reference