Table of Contents

Method GetCacheNamesAsync

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

GetCacheNamesAsync(CancellationToken)

Retrieves a list of all cache names in the ScaleOut service associated with this GridConnection instance.

public Task<IReadOnlyList<string>> GetCacheNamesAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token used to propagate notification that this operation should be canceled.

Returns

Task<IReadOnlyList<string>>

A read-only list of strings.

Remarks

This method will perform a round trip to the ScaleOut service and invoke a parallel query on the distributed store, which involves all hosts.