Свойство | Type | Description | |
---|---|---|---|
Parse | void |
Méthode | Description | |
---|---|---|
CheckCloudServiceNameAvailableParser ( System.Xml.Linq.XDocument response ) : System |
Creates a new GetRoleStatusParser to pull the status of the deployment
|
Méthode | Description | |
---|---|---|
GetSchema ( ) : System.Xml.Linq.XNamespace |
Gets the schema of the Xml response
|
Méthode | Description | |
---|---|---|
Parse ( ) : void |
Parses the response to give a boolean value which lets us know whether all of the nodes are in the running state (true) or (false) even a single one isn't
|
public CheckCloudServiceNameAvailableParser ( System.Xml.Linq.XDocument response ) : System | ||
response | System.Xml.Linq.XDocument | The document returned by the web |
Résultat | System |
protected GetSchema ( ) : System.Xml.Linq.XNamespace | ||
Résultat | System.Xml.Linq.XNamespace |