C# 클래스 SenseNet.Diagnostics.TimeboxedActivity

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Activity Action
Context System.Web.HttpContext
InArgument object
OutArgument object
WaitHandle System.Threading.AutoResetEvent

공개 메소드들

메소드 설명
Abort ( ) : void
Execute ( ) : void
ExecuteAndWait ( int millisecondWait ) : bool

비공개 메소드들

메소드 설명
InternalExecute ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteAndWait() 공개 메소드

public ExecuteAndWait ( int millisecondWait ) : bool
millisecondWait int
리턴 bool

프로퍼티 상세

Activity 공개적으로 프로퍼티

public Action Activity
리턴 Action

Context 공개적으로 프로퍼티

public HttpContext,System.Web Context
리턴 System.Web.HttpContext

InArgument 공개적으로 프로퍼티

public object InArgument
리턴 object

OutArgument 공개적으로 프로퍼티

public object OutArgument
리턴 object

WaitHandle 공개적으로 프로퍼티

public AutoResetEvent,System.Threading WaitHandle
리턴 System.Threading.AutoResetEvent