C# Class ConoHaNet.Objects.Status

Show file Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Public Methods

Method Description
Status ( int code, string description ) : System

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

Method Details

Status() public method

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.
return System