DescendantSectionsVisitorVisitAsync - метод |
Обход всех коллекционных секций, для которых предком является строка из секции topLevelSectionName.
Пространство имён:
Tessa.Extensions.Default.Shared.Workflow
Сборка:
Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.5.0.19
Синтаксис public Task VisitAsync(
StringDictionaryStorage<CardSection> cardSections,
Guid typeID,
string topLevelSectionName,
CancellationToken cancellationToken = default
)
Public Function VisitAsync (
cardSections As StringDictionaryStorage(Of CardSection),
typeID As Guid,
topLevelSectionName As String,
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
Task^ VisitAsync(
StringDictionaryStorage<CardSection^>^ cardSections,
Guid typeID,
String^ topLevelSectionName,
CancellationToken cancellationToken = CancellationToken()
)
member VisitAsync :
cardSections : StringDictionaryStorage<CardSection> *
typeID : Guid *
topLevelSectionName : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- cardSections
- Тип: Tessa.Platform.StorageStringDictionaryStorageCardSection
- typeID
- Тип: SystemGuid
- topLevelSectionName
- Тип: SystemString
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить выполнения асинхронной задачи.
Возвращаемое значение
Тип:
TaskАсинхронная задача.
См. также