C# 클래스 NCloudWatch.CloudWatchServiceConfiguration

파일 보기 프로젝트 열기: sklose/NCloudWatch

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