StorageNotifyDelegate Delegate

Definition

public delegate void StorageNotifyDelegate(long i64RowsInStorage, bool bStoredAllData);
public delegate void StorageNotifyDelegate(long i64RowsInStorage, bool bStoredAllData);
type StorageNotifyDelegate = delegate of int64 * bool -> unit
Public Delegate Sub StorageNotifyDelegate(i64RowsInStorage As Long, bStoredAllData As Boolean)

Parameters

i64RowsInStorage
Int64
bStoredAllData
Boolean

Applies to