Method Cleanup
Cleanup(IKepwareDefaultValueProvider, bool, CancellationToken)
Recursively cleans up the channel and all devices.
public override Task Cleanup(IKepwareDefaultValueProvider defaultValueProvider, bool blnRemoveProjectId = false, CancellationToken cancellationToken = default)
Parameters
defaultValueProvider
IKepwareDefaultValueProviderThe default value provider.
blnRemoveProjectId
boolWhether to remove the project ID.
cancellationToken
CancellationTokenA token to cancel the operation.
Returns
- Task
A task that represents the asynchronous cleanup operation.