ServiceConfiguration.LoadFromConfiguration 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.
Loads a configuration from the current service configuration.
Overloads
LoadFromConfiguration() |
Loads a configuration from the current service configuration. |
LoadFromConfiguration(Configuration) |
Loads the configuration from the current service configuration. |
LoadFromConfiguration()
Loads a configuration from the current service configuration.
public:
void LoadFromConfiguration();
public void LoadFromConfiguration ();
member this.LoadFromConfiguration : unit -> unit
Public Sub LoadFromConfiguration ()
Applies to
LoadFromConfiguration(Configuration)
Loads the configuration from the current service configuration.
public:
void LoadFromConfiguration(System::Configuration::Configuration ^ configuration);
public void LoadFromConfiguration (System.Configuration.Configuration configuration);
member this.LoadFromConfiguration : System.Configuration.Configuration -> unit
Public Sub LoadFromConfiguration (configuration As Configuration)
Parameters
- configuration
- Configuration
The configuration.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.