ExchangeServiceGetClientAccessToken(IEnumerableKeyValuePairString, ClientAccessTokenType) - метод
GetClientAccessToken
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 IEnumerableKeyValuePairString, ClientAccessTokenType
- Id and Types
TaskServiceResponseCollectionGetClientAccessTokenResponseA ServiceResponseCollection providing token results for each of the specified id and types.