Skip to main content

AppointmentExchanger.Terminate() Method

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

Namespace: DevExpress.XtraScheduler.Exchange

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void 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