NamedCacheInvocationGrid Property

ScaleOut Software NamedCache API
Gets or sets the InvocationGrid object, which is used by all Invoke Overload methods.

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

public InvocationGrid InvocationGrid { get; set; }

Property Value

Type: InvocationGrid
Remarks

The invocation grid can be created by the InvocationGridBuilder.
See Also

Reference