Begins an asynchronous
GetFileChecksum operation.
Retrieves the checksum of the specified file.
GetFileChecksumAsync(FileChecksumType, String, Int64, Int64, ExtendedAsyncCompletedEventHandler<String>, Object) | Begins an asynchronous GetFileChecksum operation.
Retrieves the checksum of the specified file. |
GetFileChecksumAsync(FileChecksumType, String, Int64, Int64, Object) | Begins an asynchronous GetFileChecksum operation.
Retrieves the size of the specified file. |
GetFileChecksumAsync(FileChecksumType, String, ExtendedAsyncCompletedEventHandler<String>, Object) | Begins an asynchronous GetFileChecksum operation.
Retrieves the checksum of the specified file. |
GetFileChecksumAsync(FileChecksumType, String, Object) | Begins an asynchronous GetFileChecksum operation.
Retrieves the size of the specified file. |
GetFileChecksumAsync(FileChecksumType, String, Int64, Int64) | Begins an asynchronous GetFileChecksum operation.
Retrieves the size of the specified file. |
GetFileChecksumAsync(FileChecksumType, String) | Begins an asynchronous GetFileChecksum operation.
Retrieves the size of the specified file. |
Top