StaticGatewayListProvider.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.
Initializes the provider, will be called before all other methods.
public System.Threading.Tasks.Task InitializeGatewayListProvider ();
abstract member InitializeGatewayListProvider : unit -> System.Threading.Tasks.Task
override this.InitializeGatewayListProvider : unit -> System.Threading.Tasks.Task
Public Function InitializeGatewayListProvider () As Task
Returns
A Task representing the work performed.