C# Class ConoHaNet.Objects.Status

Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System