C# Class LogoFX.Async.AsyncResultContainer

Represents the container for marshalling a Task execution result.
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
AsyncResultContainer ( ) : System

Initializes a new instance of the AsyncResultContainer class.

AsyncResultContainer ( string error, Exception exception ) : System

Initializes a new instance of the AsyncResultContainer class.

Method Details

AsyncResultContainer() public méthode

Initializes a new instance of the AsyncResultContainer class.
public AsyncResultContainer ( ) : System
Résultat System

AsyncResultContainer() public méthode

Initializes a new instance of the AsyncResultContainer class.
public AsyncResultContainer ( string error, Exception exception ) : System
error string The error description.
exception System.Exception The exception.
Résultat System