IMembershipTable.ReadRow(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.
Atomically reads the Membership Table information about a given silo. The returned MembershipTableData includes one MembershipEntry entry for a given silo and the TableVersion for this table. The MembershipEntry and the TableVersion have to be read atomically.
public System.Threading.Tasks.Task<Orleans.MembershipTableData> ReadRow (Orleans.Runtime.SiloAddress key);
abstract member ReadRow : Orleans.Runtime.SiloAddress -> System.Threading.Tasks.Task<Orleans.MembershipTableData>
Public Function ReadRow (key As SiloAddress) As Task(Of MembershipTableData)
Parameters
- key
- SiloAddress
The address of the silo whose membership information needs to be read.
Returns
The membership information for a given silo: MembershipTableData consisting one MembershipEntry entry and TableVersion, read atomically.