Skip to main content
A newer version of this page is available. .

AppointmentExchanger.Terminate() Method

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

Namespace: DevExpress.XtraScheduler.Exchange

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Terminate() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also