IGatewayListProvider.InitializeGatewayListProvider 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
InitializeGatewayListProvider() |
Initializes the provider, will be called before all other methods. |
InitializeGatewayListProvider(ClientConfiguration, Logger) |
Initializes the provider, will be called before all other methods |
InitializeGatewayListProvider()
- Source:
- IGatewayListProvider.cs
Initializes the provider, will be called before all other methods.
public System.Threading.Tasks.Task InitializeGatewayListProvider ();
abstract member InitializeGatewayListProvider : unit -> System.Threading.Tasks.Task
Public Function InitializeGatewayListProvider () As Task
Returns
A Task representing the work performed.
Applies to
InitializeGatewayListProvider(ClientConfiguration, Logger)
Initializes the provider, will be called before all other methods
public System.Threading.Tasks.Task InitializeGatewayListProvider (Orleans.Runtime.Configuration.ClientConfiguration clientConfiguration, Orleans.Runtime.Logger logger);
abstract member InitializeGatewayListProvider : Orleans.Runtime.Configuration.ClientConfiguration * Orleans.Runtime.Logger -> System.Threading.Tasks.Task
Public Function InitializeGatewayListProvider (clientConfiguration As ClientConfiguration, logger As Logger) As Task
Parameters
- clientConfiguration
- ClientConfiguration
the given client configuration
- logger
- Logger
the logger to be used by the provider