次の方法で共有


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

適用対象