Class PollServiceExtensions
Расширения для работы со службами опроса.
public static class PollServiceExtensions
- Inheritance
-
PollServiceExtensions
- Inherited Members
Methods
GetPollServiceById(RestClient, EntityIdentifier)
Возвращает службу опроса по идентификатору.
public static Task<PollService> GetPollServiceById(this RestClient client, EntityIdentifier id)
Parameters
client
RestClientid
EntityIdentifier
Returns
- Task<PollService>
GetPollServices(RestClient)
Возвращает список служб опроса.
public static Task<PollService[]> GetPollServices(this RestClient client)
Parameters
client
RestClient
Returns
- Task<PollService[]>