This delegate is used by GetFolderSize(String, PathCollection..::.GetFolderSizeCallback, Object) to get folder sizes asynchronously.
- path (String)
- The path for that its entire size was determined.
- foldersize (Int64)
- The size of the path in bytes.
- filecount (Int32)
- The number of files in the path.
- foldercount (Int32)
- The number of folders in the path.
- State (Object)
- An optional, user-provided object that distinguishes this particular asynchronous request from other requests.