C# Class NCloudWatch.CloudWatchServiceConfiguration

Afficher le fichier Open project: sklose/NCloudWatch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CloudWatchServiceConfiguration ( ) : System

Initializes a new instance of the CloudWatchServiceConfiguration class.

Load ( ) : CloudWatchServiceConfiguration

Loads the configuration.

Load ( string path ) : CloudWatchServiceConfiguration

Loads the configuration from the specified path.

Save ( ) : void

Saves this configuration.

Save ( string path ) : void

Saves this configuration to the specified path.

Method Details

CloudWatchServiceConfiguration() public méthode

Initializes a new instance of the CloudWatchServiceConfiguration class.
public CloudWatchServiceConfiguration ( ) : System
Résultat System

Load() public static méthode

Loads the configuration.
public static Load ( ) : CloudWatchServiceConfiguration
Résultat CloudWatchServiceConfiguration

Load() public static méthode

Loads the configuration from the specified path.
public static Load ( string path ) : CloudWatchServiceConfiguration
path string The path.
Résultat CloudWatchServiceConfiguration

Save() public méthode

Saves this configuration.
public Save ( ) : void
Résultat void

Save() public méthode

Saves this configuration to the specified path.
public Save ( string path ) : void
path string The path.
Résultat void