Table of Contents

Class PollServiceExtensions

Namespace
Lers.Http.Poll
Assembly
Lers.System.dll

Расширения для работы со службами опроса.

public static class PollServiceExtensions
Inheritance
PollServiceExtensions
Inherited Members

Methods

GetPollServiceById(RestClient, EntityIdentifier)

Возвращает службу опроса по идентификатору.

public static Task<PollService> GetPollServiceById(this RestClient client, EntityIdentifier id)

Parameters

client RestClient
id EntityIdentifier

Returns

Task<PollService>

GetPollServices(RestClient)

Возвращает список служб опроса.

public static Task<PollService[]> GetPollServices(this RestClient client)

Parameters

client RestClient

Returns

Task<PollService[]>