TaskUpdate(ConflictResolutionMode, CancellationToken) - метод |
Applies the local changes that have been made to this task. Calling this method results in at least one call to EWS.
Mutliple calls to EWS might be made if attachments have been added or removed.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<Task> Update(
ConflictResolutionMode conflictResolutionMode,
CancellationToken token = default
)
Public Function Update (
conflictResolutionMode As ConflictResolutionMode,
Optional token As CancellationToken = Nothing
) As Task(Of Task)
public:
Task<Task^>^ Update(
ConflictResolutionMode conflictResolutionMode,
CancellationToken token = CancellationToken()
)
member Update :
conflictResolutionMode : ConflictResolutionMode *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Task>
Параметры
- conflictResolutionMode
- Тип: Tessa.Exchange.WebServices.DataConflictResolutionMode
Specifies how conflicts should be resolved. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskTask
A Task object representing the completed occurrence if the task is recurring and the update marks it as completed; or
a Task object representing the current occurrence if the task is recurring and the uypdate changed its recurrence
pattern; or null in every other case.
См. также