C# Class NCloudWatch.CloudWatchServiceConfiguration

Mostrar archivo Open project: sklose/NCloudWatch

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the CloudWatchServiceConfiguration class.
public CloudWatchServiceConfiguration ( ) : System
return System

Load() public static method

Loads the configuration.
public static Load ( ) : CloudWatchServiceConfiguration
return CloudWatchServiceConfiguration

Load() public static method

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

Save() public method

Saves this configuration.
public Save ( ) : void
return void

Save() public method

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