SettingsUnitEditorWebProxyResetUnitRecordAsync - метод
Resets existing settings unit record available for current session with specified name.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public Task ResetUnitRecordAsync(
string unitName,
string? fragmentName,
CancellationToken cancellationToken = default
)
Public Function ResetUnitRecordAsync (
unitName As String,
fragmentName As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
Task^ ResetUnitRecordAsync(
String^ unitName,
String^ fragmentName,
CancellationToken cancellationToken = CancellationToken()
)
member ResetUnitRecordAsync :
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 name of the settings fragment within the settings unit if specified.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskRepresents an asynchronous operation.