SettingsUnitsWebProxyResetRecordsAsync - метод
Resets the existing settings unit records for specified category.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public Task ResetRecordsAsync(
string category,
bool nested = false,
CancellationToken cancellationToken = default
)
Public Function ResetRecordsAsync (
category As String,
Optional nested As Boolean = false,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
Task^ ResetRecordsAsync(
String^ category,
bool nested = false,
CancellationToken cancellationToken = CancellationToken()
)
member ResetRecordsAsync :
category : string *
?nested : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _nested = defaultArg nested false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- category String
- The URL-encoded category name of the settings units. See Name.
- nested Boolean (Optional)
- Specifies that units in nested categories will also be reset.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskRepresents an asynchronous operation.