Edit

Share via


IManagementGrain.GetActiveGrainTypes(SiloAddress[]) Method

Definition

Returns an array of all the active grain types in the system

public System.Threading.Tasks.Task<string[]> GetActiveGrainTypes (Orleans.Runtime.SiloAddress[] hostsIds = default);
abstract member GetActiveGrainTypes : Orleans.Runtime.SiloAddress[] -> System.Threading.Tasks.Task<string[]>
Public Function GetActiveGrainTypes (Optional hostsIds As SiloAddress() = Nothing) As Task(Of String())

Parameters

hostsIds
SiloAddress[]

List of silos this command is to be sent to.

Returns

Applies to