C# Класс NCloudWatch.CloudWatchServiceConfiguration

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

CloudWatchServiceConfiguration() публичный Метод

Initializes a new instance of the CloudWatchServiceConfiguration class.
public CloudWatchServiceConfiguration ( ) : System
Результат System

Load() публичный статический Метод

Loads the configuration.
public static Load ( ) : CloudWatchServiceConfiguration
Результат CloudWatchServiceConfiguration

Load() публичный статический Метод

Loads the configuration from the specified path.
public static Load ( string path ) : CloudWatchServiceConfiguration
path string The path.
Результат CloudWatchServiceConfiguration

Save() публичный Метод

Saves this configuration.
public Save ( ) : void
Результат void

Save() публичный Метод

Saves this configuration to the specified path.
public Save ( string path ) : void
path string The path.
Результат void