C# Класс Elastacloud.AzureManagement.Fluent.Commands.Services.GetCloudServicePropertiesCommand

Used to return a list of hosted services to the client
Наследование: ServiceCommand
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetCloudServicePropertiesCommand System.Collections.Generic

Защищенные методы

Метод Описание
ResponseCallback ( HttpWebResponse webResponse ) : void

The response with already parsed xml

Приватные методы

Метод Описание
GetCloudServicePropertiesCommand ( string serviceName ) : System.Collections.Generic

Constructs a GetHostedServiceList command

Описание методов

ResponseCallback() защищенный Метод

The response with already parsed xml
protected ResponseCallback ( HttpWebResponse webResponse ) : void
webResponse System.Net.HttpWebResponse The HttpWebResponse
Результат void