Share via


ICodeContainerStorageManager.ClearAsync(CancellationToken) Method

Definition

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

Returns

Applies to