IMembershipTable.ReadAll 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 full content of the Membership Table. The returned MembershipTableData includes all MembershipEntry entry for all silos in the table and the TableVersion for this table. The MembershipEntries and the TableVersion have to be read atomically.
public System.Threading.Tasks.Task<Orleans.MembershipTableData> ReadAll ();
abstract member ReadAll : unit -> System.Threading.Tasks.Task<Orleans.MembershipTableData>
Public Function ReadAll () As Task(Of MembershipTableData)
Returns
The membership information for a given table: MembershipTableData consisting multiple MembershipEntry entries and TableVersion, all read atomically.