Edit

Share via


IManagementGrain.GetActiveGrains(GrainType) Method

Definition

Returns all activations of the specified grain type.

public System.Threading.Tasks.ValueTask<System.Collections.Generic.List<Orleans.Runtime.GrainId>> GetActiveGrains (Orleans.Runtime.GrainType type);
abstract member GetActiveGrains : Orleans.Runtime.GrainType -> System.Threading.Tasks.ValueTask<System.Collections.Generic.List<Orleans.Runtime.GrainId>>
Public Function GetActiveGrains (type As GrainType) As ValueTask(Of List(Of GrainId))

Parameters

type
GrainType

The type.

Returns

A list of all active grains of the specified type.

Applies to