VoidResult
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.MicroTasks
- Ancestry: ValueType | VoidResult
constructor protected (declared in ValueType)
constructor
VoidResult()
init()
VoidResult()
Sub New()
constructor (VoidMicroTask)
Creates a new result with a task as content.
constructor(task: VoidMicroTask)
VoidResult(VoidMicroTask task)
init(_ task: VoidMicroTask)
VoidResult(VoidMicroTask task)
Sub New(task As VoidMicroTask)
Parameters:
- task:
CompletedTask
class property CompletedTask: VoidResult read;
class VoidResult CompletedTask { get; }
static var CompletedTask: VoidResult { get{} }
class VoidResult CompletedTask { __get; }
Shared ReadOnly Property CompletedTask() As VoidResult
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetResult
Used to re-throw any exception if there was one, for non void results this would return an actual value (Result<T>)
method GetResult
void GetResult()
func GetResult()
void GetResult()
Sub GetResult()
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
IsCompleted
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
var IsCompleted: Boolean { get{} }
Boolean IsCompleted { __get; }
ReadOnly Property IsCompleted() As Boolean
OnComplete
method OnComplete(callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
func OnComplete(_ callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
Sub OnComplete(callback As IAsyncCompletion)
Parameters:
- callback:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Task
property Task: VoidMicroTask read;
VoidMicroTask Task { get; }
var Task: VoidMicroTask { get{} }
VoidMicroTask Task { __get; }
ReadOnly Property Task() As VoidMicroTask
ToString virtual (declared in Object)
Gets the string representation of this method.
IsCompleted
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
var IsCompleted: Boolean { get{} }
Boolean IsCompleted { __get; }
ReadOnly Property IsCompleted() As Boolean
Task
property Task: VoidMicroTask read;
VoidMicroTask Task { get; }
var Task: VoidMicroTask { get{} }
VoidMicroTask Task { __get; }
ReadOnly Property Task() As VoidMicroTask
CompletedTask
class property CompletedTask: VoidResult read;
class VoidResult CompletedTask { get; }
static var CompletedTask: VoidResult { get{} }
class VoidResult CompletedTask { __get; }
Shared ReadOnly Property CompletedTask() As VoidResult
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
VoidResult()
init()
VoidResult()
Sub New()
constructor (VoidMicroTask)
Creates a new result with a task as content.
constructor(task: VoidMicroTask)
VoidResult(VoidMicroTask task)
init(_ task: VoidMicroTask)
VoidResult(VoidMicroTask task)
Sub New(task As VoidMicroTask)
Parameters:
- task:
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetResult
Used to re-throw any exception if there was one, for non void results this would return an actual value (Result<T>)
method GetResult
void GetResult()
func GetResult()
void GetResult()
Sub GetResult()
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
OnComplete
method OnComplete(callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
func OnComplete(_ callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
Sub OnComplete(callback As IAsyncCompletion)
Parameters:
- callback:
ToString virtual (declared in Object)
Gets the string representation of this method.