ItemUpdate(ConflictResolutionMode, CancellationToken) - метод
Applies the local changes that have been made to this item. 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) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public Task<Item> Update(
ConflictResolutionMode conflictResolutionMode,
CancellationToken token = default
)
Public Function Update (
conflictResolutionMode As ConflictResolutionMode,
Optional token As CancellationToken = Nothing
) As Task(Of Item)
public:
Task<Item^>^ Update(
ConflictResolutionMode conflictResolutionMode,
CancellationToken token = CancellationToken()
)
member Update :
conflictResolutionMode : ConflictResolutionMode *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Item>
- conflictResolutionMode ConflictResolutionMode
- The conflict resolution mode.
- token CancellationToken (Optional)
-
TaskItem