Table of Contents

Method SetInvocationGridName

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

SetInvocationGridName(string)

Sets the name of the invocation grid to be used for handling Invoke and PostEventAsync(TKey, string, byte[], TimeSpan?) operations.

public CacheBuilder<TKey, TValue> SetInvocationGridName(string invocationGridName)

Parameters

invocationGridName string

Name of the invocation grid.

Returns

CacheBuilder<TKey, TValue>

A builder object that can be used to further configure the cache.