Idioma

StorageNotifyDelegate Delegar

Definição

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)

Parâmetros

i64RowsInStorage
Int64
bStoredAllData
Boolean

Aplica-se a