InvocationGridBuilder Constructor (InvocationGrid)

ScaleOut Software NamedCache API
Initialize a new InvocationGridBuilder from an existing InvocationGrid.

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

public InvocationGridBuilder(
	InvocationGrid invocationGrid
)

Parameters

invocationGrid
Type: Soss.ClientInvocationGrid
the InvocationGrid that serves as a template for the new InvocationGridBuilder instance.
Remarks

The new InvocationGridBuilder may be used to add additional dependencies to the grid and then cause the grid to be reloaded via the [M:Load] method.
See Also

Reference