UserConfigurationUpdate - метод
Updates the user configuration by applying local changes to the Exchange server.
Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task Update(
CancellationToken token = default
)
Public Function Update (
Optional token As CancellationToken = Nothing
) As Task
public:
Task^ Update(
CancellationToken token = CancellationToken()
)
member Update :
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task
- token CancellationToken (Optional)
-
Task