ICodeContainerStorageManager.ClearAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears all records of the Shell of all local and roaming Code Containers.
public:
System::Threading::Tasks::Task<int> ^ ClearAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<int> ClearAsync (System.Threading.CancellationToken cancellationToken);
abstract member ClearAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Public Function ClearAsync (cancellationToken As CancellationToken) As Task(Of Integer)
Parameters
- cancellationToken
- CancellationToken