Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Properties | List of all members
Chunks.Task< TResult > Class Template Reference
Inheritance diagram for Chunks.Task< TResult >:

Public Member Functions

 Task ()
 
Task< TResult > Fault (Exception e)
 
Task< TResult > Complete (TResult result)
 

Properties

bool HasCompleted [get]
 
bool HasFaulted [get]
 
Exception FaultException [get]
 
Action< Task< TResult > > Completed
 
Action< Task< TResult > > Faulted
 
TResult Result [get]
 

Constructor & Destructor Documentation

Chunks.Task< TResult >.Task ( )

Member Function Documentation

Task<TResult> Chunks.Task< TResult >.Complete ( TResult  result)
Task<TResult> Chunks.Task< TResult >.Fault ( Exception  e)

Property Documentation

Action<Task<TResult> > Chunks.Task< TResult >.Completed
addremove
Action<Task<TResult> > Chunks.Task< TResult >.Faulted
addremove
Exception Chunks.Task< TResult >.FaultException
get
bool Chunks.Task< TResult >.HasCompleted
get
bool Chunks.Task< TResult >.HasFaulted
get
TResult Chunks.Task< TResult >.Result
get

The documentation for this class was generated from the following file: