SettingsUnitsWebProxyResetRecordAsync - метод
Resets the existing settings unit record.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public Task ResetRecordAsync(
string unitName,
string? fragmentName,
CancellationToken cancellationToken = default
)
Public Function ResetRecordAsync (
unitName As String,
fragmentName As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
Task^ ResetRecordAsync(
String^ unitName,
String^ fragmentName,
CancellationToken cancellationToken = CancellationToken()
)
member ResetRecordAsync :
unitName : string *
fragmentName : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
- unitName String
- The unique settings unit name.
- fragmentName String
- The unique settings fragment name within the settings unit if specified.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskRepresents an asynchronous operation.