Back to Devexpress

AppointmentExchanger.Terminate() Method

corelibraries-devexpress-dot-xtrascheduler-dot-exchange-dot-appointmentexchanger-86b24cff.md

latest1.8 KB
Original Source

AppointmentExchanger.Terminate() Method

Unconditionally stops the export/import process, so no data are loaded.

Namespace : DevExpress.XtraScheduler.Exchange

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public virtual void Terminate()
vb
Public Overridable Sub Terminate

Remarks

You can handle the AppointmentExchanger.OnException event to terminate export/import when an exception occurs. Handle the AppointmentExchanger.OnException event to intercept exceptions.

To find out if a previous attempt to export/import was terminated, check the AppointmentExchanger.IsTermination property.

See Also

OnException

IsTermination

AppointmentExchanger Class

AppointmentExchanger Members

DevExpress.XtraScheduler.Exchange Namespace