StorageNotifyDelegate Делегат

Определение

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)

Параметры

i64RowsInStorage
Int64
bStoredAllData
Boolean

Применяется к