Data Port Sync 1.0.500

PrepareProgressCallback Delegate

[This is preliminary documentation and subject to change.]

Delegate type for the low-level JET preparation callback.

[Visual Basic]
Public Delegate Sub PrepareProgressCallback( _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
)
[C#]
public delegate void PrepareProgressCallback(
   Int32 nState,
   Int32 nData
);

Parameters

Int32
State of the preparation event.
Int32
Data for the preparation event.

Requirements

Namespace: Primeworks.DataPortSync

Assembly: DataPortSync (in DataPortSync.dll)

See Also

Primeworks.DataPortSync Namespace