C# 클래스 Manos.Mvc.AsyncResult

상속: ActionResult
파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
onComplete Func

공개 메소드들

메소드 설명
AsyncResult ( int initialPendingOperations ) : System
Process ( ControllerContext ctx ) : void

비공개 메소드들

메소드 설명
Complete ( ) : void

메소드 상세

AsyncResult() 공개 메소드

public AsyncResult ( int initialPendingOperations ) : System
initialPendingOperations int
리턴 System

Process() 공개 메소드

public Process ( ControllerContext ctx ) : void
ctx ControllerContext
리턴 void

프로퍼티 상세

onComplete 공개적으로 프로퍼티

public Func onComplete
리턴 Func