SettingsUnitsWebProxyGetRecordAsync - метод

Retrieves the settings unit record by its name.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public Task<SettingsUnitRecord?> GetRecordAsync(
	string unitName,
	string? fragmentName,
	CancellationToken cancellationToken = default
)

Параметры

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.

Возвращаемое значение

TaskSettingsUnitRecord
Object that describes the settings unit record.

См. также