InvocationGridBuilderGetIfExists Method

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

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

public InvocationGrid GetIfExists()

Return Value

Type: InvocationGrid
The InvocationGrid instance for the invocation grid name GridName if it exists, null otherwise.
See Also

Reference