Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SyncProgressDialog class


Displays a synchronization progress monitoring dialog.

Prototypes 

' Visual Basic
Public Class SyncProgressDialog
  Inherits Form, SyncProgressListener

// C#
public class SyncProgressDialog :
  Form,
  SyncProgressListener

Remarks 

This dialog must be used as a modal, single use dialog. When the application calls the dialog's ShowDialog method method to display the dialog, it blocks the rest of the application until synchronization has completed or the user has clicked the Cancel button.

Note: Methods documented as being "called during synchronization" must not access any connections, schemas, or tables.

See also 

SyncProgressDialog members
SyncProgressDialog constructor
SQLCode property
Dispose method
GetErrorMessage method
GetMessage method
GetString method
OnClosing method
ResetValues method
ShowDialog method
ShowDialog method
SyncProgressed method

Collection Contents Previous Next PDF