Table of Contents

Enum AsyncIOTaskType

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

Represents the type of an asynchronous I/O operation

public enum AsyncIOTaskType

Fields

Close = 2

A closing operation

Read = 0

A reading operation

Write = 1

A writing operation