nClam.ClamClient.ScanFileOnServerMultithreadedAsync C# (CSharp) Méthode

ScanFileOnServerMultithreadedAsync() public méthode

Scans a file/directory on the ClamAV Server using multiple threads on the server.
public ScanFileOnServerMultithreadedAsync ( string filePath ) : Task
filePath string Path to the file/directory on the ClamAV server.
Résultat Task
        public Task<ClamScanResult> ScanFileOnServerMultithreadedAsync(string filePath)
        {
            return ScanFileOnServerMultithreadedAsync(filePath, CancellationToken.None);
        }

Same methods

ClamClient::ScanFileOnServerMultithreadedAsync ( string filePath, CancellationToken cancellationToken ) : Task