RenderLoop.

Remove(IRenderLoopTask) Method

Summary

Removes an update task.
Namespace
Avalonia.Rendering
Containing Type
RenderLoop

Syntax

public void Remove(IRenderLoopTask i)

Parameters

Name Type Description
i IRenderLoopTask The update task.

Return Value

Type Description
void