AsyncResultHandle Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is for internal testing use only.
public class AsyncResultHandle : MarshalByRefObject
public class AsyncResultHandle
type AsyncResultHandle = class
inherit MarshalByRefObject
type AsyncResultHandle = class
Public Class AsyncResultHandle
Inherits MarshalByRefObject
Public Class AsyncResultHandle
- Inheritance
-
AsyncResultHandle
- Inheritance
-
AsyncResultHandle
Constructors
AsyncResultHandle() |
Properties
Continue |
Get or set the Continue flag |
Done |
Get or set the Done flag |
Exception |
Get or set the exception of the result handle |
Result |
Get or set the value of the result handle |
Methods
Reset() |
Reset the current result handle |
WaitFor(TimeSpan, Func<Boolean>) | |
WaitForContinue(TimeSpan) | |
WaitForFinished(TimeSpan) |