Back to Devexpress

DXGoogleCalendarSync.SynchronizeAsync() Method

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-dxgooglecalendarsync-661874c7.md

latest1.6 KB
Original Source

DXGoogleCalendarSync.SynchronizeAsync() Method

Triggers the synchronization. This is the asynchronous method that retrieves Google Calendar data in a non-UI thread.

Namespace : DevExpress.XtraScheduler.GoogleCalendar

Assembly : DevExpress.XtraScheduler.v25.2.GoogleCalendar.dll

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
public Task SynchronizeAsync()
vb
Public Function SynchronizeAsync As Task

Returns

TypeDescription
Task

A Task that encapsulates information about the current synchronization process state.

|

See Also

Synchronize()

Google Calendars

DXGoogleCalendarSync Class

DXGoogleCalendarSync Members

DevExpress.XtraScheduler.GoogleCalendar Namespace