Class SocketTasks
Represents one or more socket tasks.
Inherited Members
Namespace: MLAPI.Transports.Tasks
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public class SocketTasks
Properties
AnyDone
Gets a value indicating whether any tasks are done.
Declaration
public bool AnyDone { get; }
Property Value
Type | Description |
---|---|
bool |
|
AnySuccess
Gets a value indicating whether any tasks were successful.
Declaration
public bool AnySuccess { get; }
Property Value
Type | Description |
---|---|
bool |
|
IsDone
Gets a value indicating whether this all tasks is done.
Declaration
public bool IsDone { get; }
Property Value
Type | Description |
---|---|
bool |
|
Success
Gets a value indicating whether all tasks were sucessful.
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
bool |
|
Tasks
Gets or sets the underlying SocketTasks.
Declaration
public SocketTask[] Tasks { get; set; }
Property Value
Type | Description |
---|---|
SocketTask[] | The tasks. |