C# Класс Elastacloud.AzureManagement.Fluent.Commands.MobileServices.GetMobileServiceSettingsCommand

Used to create a mobile services application
Наследование: MobileServiceCommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns the string name of the command

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

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

populates the JSON string to parse on the return trip

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

Метод Описание
GetMobileServiceSettingsCommand ( string serviceName, string path, string overrideVerb = HttpVerbGet ) : System.IO

Constructs a command to create a mobile service

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

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

populates the JSON string to parse on the return trip
protected ResponseCallback ( System webResponse ) : void
webResponse System
Результат void

ToString() публичный Метод

Returns the string name of the command
public ToString ( ) : string
Результат string