다음을 통해 공유


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

적용 대상