InvocationGridBuilderAddDependency Method (Assembly)

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

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

public void AddDependency(
	Assembly dependency
)

Parameters

dependency
Type: System.ReflectionAssembly
the Assembly to be examined and added to the dependency list.
Remarks

Any assembly in the Global Assembly Cache or part of the ScaleOut StateServer product is ignored and is filtered out of the dependency list.

See Also

Reference