IManagementGrain.GetActiveGrainTypes(SiloAddress[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.