IMembershipTable.InitializeMembershipTable 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.
Overloads
InitializeMembershipTable(Boolean) |
Initializes the membership table, will be called before all other methods |
InitializeMembershipTable(GlobalConfiguration, Boolean, Logger) |
Initializes the membership table, will be called before all other methods |
InitializeMembershipTable(Boolean)
- Source:
- IMembershipTable.cs
Initializes the membership table, will be called before all other methods
public System.Threading.Tasks.Task InitializeMembershipTable (bool tryInitTableVersion);
abstract member InitializeMembershipTable : bool -> System.Threading.Tasks.Task
Public Function InitializeMembershipTable (tryInitTableVersion As Boolean) As Task
Parameters
- tryInitTableVersion
- Boolean
whether an attempt will be made to init the underlying table
Returns
Applies to
InitializeMembershipTable(GlobalConfiguration, Boolean, Logger)
Initializes the membership table, will be called before all other methods
public System.Threading.Tasks.Task InitializeMembershipTable (Orleans.Runtime.Configuration.GlobalConfiguration globalConfiguration, bool tryInitTableVersion, Orleans.Runtime.Logger logger);
abstract member InitializeMembershipTable : Orleans.Runtime.Configuration.GlobalConfiguration * bool * Orleans.Runtime.Logger -> System.Threading.Tasks.Task
Public Function InitializeMembershipTable (globalConfiguration As GlobalConfiguration, tryInitTableVersion As Boolean, logger As Logger) As Task
Parameters
- globalConfiguration
- GlobalConfiguration
the give global configuration
- tryInitTableVersion
- Boolean
whether an attempt will be made to init the underlying table
- logger
- Logger
the logger used by the membership table