C# Класс SolidworksAddinFramework.CooperativeTask

Helper methods to implement cooperative tasks using coroutines (https://en.wikipedia.org/wiki/Coroutine)
Показать файл Открыть проект

Открытые методы

Метод Описание
Yield ( CancellationToken ct ) : Task

Allows an algorithm to specify a location where it may be paused or cancelled to allow other tasks to run or continue.

Описание методов

Yield() публичный статический Метод

Allows an algorithm to specify a location where it may be paused or cancelled to allow other tasks to run or continue.
public static Yield ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Результат Task