C# Class Elastacloud.AzureManagement.Fluent.Commands.Services.DeleteHostedServiceCommand

Used to delete a hosted service given a service name
Inheritance: ServiceCommand
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes protégées

Méthode Description
ResponseCallback ( HttpWebResponse webResponse ) : void

This command should be used synchronously

Private Methods

Méthode Description
DeleteHostedServiceCommand ( string name ) : System.Net

Used to a construct a DeleteHostedService command

Method Details

ResponseCallback() protected méthode

This command should be used synchronously
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse return
Résultat void