C# 클래스 ConoHaNet.Objects.Status

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

공개 메소드들

메소드 설명
Status ( int code, string description ) : System

Initializes a new instance of the Status class with the specified status code and description.

메소드 상세

Status() 공개 메소드

Initializes a new instance of the Status class with the specified status code and description.
If is . If is empty.
public Status ( int code, string description ) : System
code int The status code.
description string The description of the status.
리턴 System