ExchangeService.GetClientAccessToken(IEnumerable<KeyValuePair<String, ClientAccessTokenType>>) - метод

GetClientAccessToken

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<ServiceResponseCollection<GetClientAccessTokenResponse>> GetClientAccessToken(
	IEnumerable<KeyValuePair<string, ClientAccessTokenType>> idAndTypes
)

Параметры

idAndTypes  IEnumerable<KeyValuePair<String, ClientAccessTokenType>>
Id and Types

Возвращаемое значение

Task<ServiceResponseCollection<GetClientAccessTokenResponse>>
A ServiceResponseCollection providing token results for each of the specified id and types.

См. также