OnStartTableDownload Delegate
.NET Framework 3.0
A user-defined delegate to the event that fires at the start of downloading table changes from the server.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
'Declaration Public Delegate Sub OnStartTableDownload ( _ ar As IAsyncResult, _ tableName As String _ ) 'Usage Dim instance As New OnStartTableDownload(AddressOf HandlerMethod)
/** @delegate */ public delegate void OnStartTableDownload ( IAsyncResult ar, String tableName )
Not applicable.
Parameters
- ar
The IAsyncResult interface returned by the BeginSynchronize method.
- tableName
The name of the table being downloaded from the server.
Community Additions
ADD
Show: