ExchangeServiceGetClientAccessToken(IEnumerableKeyValuePairString, ClientAccessTokenType) - метод |
GetClientAccessToken
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<ServiceResponseCollection<GetClientAccessTokenResponse>> GetClientAccessToken(
IEnumerable<KeyValuePair<string, ClientAccessTokenType>> idAndTypes
)
Public Function GetClientAccessToken (
idAndTypes As IEnumerable(Of KeyValuePair(Of String, ClientAccessTokenType))
) As Task(Of ServiceResponseCollection(Of GetClientAccessTokenResponse))
public:
Task<ServiceResponseCollection<GetClientAccessTokenResponse^>^>^ GetClientAccessToken(
IEnumerable<KeyValuePair<String^, ClientAccessTokenType>>^ idAndTypes
)
member GetClientAccessToken :
idAndTypes : IEnumerable<KeyValuePair<string, ClientAccessTokenType>> -> Task<ServiceResponseCollection<GetClientAccessTokenResponse>>
Параметры
- idAndTypes
- Тип: System.Collections.GenericIEnumerableKeyValuePairString, ClientAccessTokenType
Id and Types
Возвращаемое значение
Тип:
TaskServiceResponseCollectionGetClientAccessTokenResponseA ServiceResponseCollection providing token results for each of the specified id and types.
См. также