Edit

Share via


AsyncResultHandle Class

Definition

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)

Applies to