ExchangeServiceConvertIds - метод |
Converts multiple Ids from one format to another in a single call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<ServiceResponseCollection<ConvertIdResponse>> ConvertIds(
IEnumerable<AlternateIdBase> ids,
IdFormat destinationFormat,
CancellationToken token = default
)
Public Function ConvertIds (
ids As IEnumerable(Of AlternateIdBase),
destinationFormat As IdFormat,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ConvertIdResponse))
public:
Task<ServiceResponseCollection<ConvertIdResponse^>^>^ ConvertIds(
IEnumerable<AlternateIdBase^>^ ids,
IdFormat destinationFormat,
CancellationToken token = CancellationToken()
)
member ConvertIds :
ids : IEnumerable<AlternateIdBase> *
destinationFormat : IdFormat *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ConvertIdResponse>>
Параметры
- ids
- Тип: System.Collections.GenericIEnumerableAlternateIdBase
The Ids to convert. - destinationFormat
- Тип: Tessa.Exchange.WebServices.DataIdFormat
The destination format. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskServiceResponseCollectionConvertIdResponseA ServiceResponseCollection providing conversion results for each specified Ids.
См. также