 | Scanner.ScanAsync Method |
Starts asynchronous recursive scan processing through the directory specified in the class constructor.
Namespace: Orthogonal.Common.Basic.DepScanAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntaxpublic Task<ScanResult> ScanAsync(
CancellationToken? cancelToken,
string[]? ignores = null
)
Parameters
- cancelToken Nullable<CancellationToken>
- An optional cancellation token to cancel scan processing.
- ignores String[] (Optional)
- An optional array of values which will cause a solution or project file to be
skipped from scanning if the full path of the file contains any of the ignore strings (case insensitive).
Return Value
Task<ScanResult>A Task whose asyncronous result contains the results of scan processing.
See Also