IAsyncResult<T>
Overview
Location
-
Reference:
- RemObjects.Elements.EUnit.dll .NET, .NET Standard 2.0
- remobjects.elements.eunit.jar Cooper
- EUnit.fx Island, macOS
- libEUnit.fx Toffee
- Namespace: RemObjects.Elements.EUnit
- Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee
Properties
Exception
property Exception: Exception read;
Exception Exception { get; }
// .NET, .NET Standard 2.0, Island, macOS
var Exception: Exception { get{} }
// Toffee
var Exception: NSException { get{} }
Exception Exception { __get; }
ReadOnly Property Exception() As Exception
Result
property Result: T read;
T Result { get; }
var Result: T { get{} }
T Result { __get; }
ReadOnly Property Result() As T
State
property State: AsyncState read;
AsyncState State { get; }
var State: AsyncState { get{} }
AsyncState State { __get; }
ReadOnly Property State() As AsyncState