WidgetTemplatesRepositoryGetTemplateInfoAsync - метод

Retrieves the widget template info by template identifier.

Definition

Пространство имён: Tessa.Dashboards.WidgetTemplates
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public Task<WidgetTemplateInfo?> GetTemplateInfoAsync(
	Guid templateID,
	CancellationToken cancellationToken = default
)

Параметры

templateID  Guid
Widget template identifier.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskWidgetTemplateInfo
Represents the data associated with widget template.

Реализации

IWidgetTemplatesRepositoryGetTemplateInfoAsync(Guid, CancellationToken)

См. также