Table of Contents

Stop Method

Stop()

public abstract Task Stop()

Stops the execution of the fiber and waits for currently running background tasks to complete.

Returns

Task

A Task that represents the asynchronous stop operation.