MLAPI.Transports.Tasks.SocketTasks
Represents one or more socket tasks.
#
Inherited MembersObject.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
#
Namespace: System.Dynamic.ExpandoObject#
Assembly: MLAPI.dll#
Syntax#
Properties#
AnyDoneGets a value indicating whether any tasks are done.
#
Declaration#
Property ValueType | Description |
---|---|
System.Boolean | true if any done; otherwise, false . |
#
AnySuccessGets a value indicating whether any tasks were successful.
#
Declaration#
Property ValueType | Description |
---|---|
System.Boolean | true if any success; otherwise, false . |
#
IsDoneGets a value indicating whether this all tasks is done.
#
Declaration#
Property ValueType | Description |
---|---|
System.Boolean | true if is done; otherwise, false . |
#
SuccessGets a value indicating whether all tasks were sucessful.
#
Declaration#
Property ValueType | Description |
---|---|
System.Boolean | true if success; otherwise, false . |
#
TasksGets or sets the underlying SocketTasks.
#
Declaration#
Property ValueType | Description |
---|---|
SocketTask[] | The tasks. |