Table of Contents

Start Method

Start()

public abstract Task Start()

Starts the execution of the fiber. If the fiber is already running, it returns the existing active task.

Returns

Task

A Task that represents the asynchronous start operation.