C# 클래스 LogoFX.Async.AsyncResultContainer

Represents the container for marshalling a Task execution result.
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
AsyncResultContainer ( ) : System

Initializes a new instance of the AsyncResultContainer class.

AsyncResultContainer ( string error, Exception exception ) : System

Initializes a new instance of the AsyncResultContainer class.

메소드 상세

AsyncResultContainer() 공개 메소드

Initializes a new instance of the AsyncResultContainer class.
public AsyncResultContainer ( ) : System
리턴 System

AsyncResultContainer() 공개 메소드

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.
리턴 System