C# 클래스 Castle.Facilities.Synchronize.SynchronousResult

Represents a synchronous result.
상속: Castle.Facilities.Synchronize.AbstractAsyncResult
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
SynchronousResult ( ) : System

SynchronousResult ( AsyncCallback callback, object state ) : System

SynchronousResult ( Exception exception ) : System

SynchronousResult ( Exception exception, AsyncCallback callback, object state ) : System

SynchronousResult ( object result ) : System

SynchronousResult ( object result, AsyncCallback callback, object state ) : System

메소드 상세

SynchronousResult() 공개 메소드

public SynchronousResult ( ) : System
리턴 System

SynchronousResult() 공개 메소드

public SynchronousResult ( AsyncCallback callback, object state ) : System
callback AsyncCallback
state object
리턴 System

SynchronousResult() 공개 메소드

public SynchronousResult ( Exception exception ) : System
exception System.Exception
리턴 System

SynchronousResult() 공개 메소드

public SynchronousResult ( Exception exception, AsyncCallback callback, object state ) : System
exception System.Exception
callback AsyncCallback
state object
리턴 System

SynchronousResult() 공개 메소드

public SynchronousResult ( object result ) : System
result object
리턴 System

SynchronousResult() 공개 메소드

public SynchronousResult ( object result, AsyncCallback callback, object state ) : System
result object
callback AsyncCallback
state object
리턴 System