C# Класс SpicyPixel.Threading.FiberResult

An instruction to stop fiber execution and set a result on the fiber.
Наследование: FiberInstruction
Показать файл Открыть проект

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

Метод Описание
FiberResult ( object result ) : System

Initializes a new instance of the SpicyPixel.Threading.FiberResult class.

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

FiberResult() публичный Метод

Initializes a new instance of the SpicyPixel.Threading.FiberResult class.
public FiberResult ( object result ) : System
result object Result of the fiber execution.
Результат System