C# 클래스 FileFind.Meshwork.GtkClient.GenericMessageContainer

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

보호된 프로퍼티들

프로퍼티 타입 설명
callerStack string
ex System.Exception
isSynchronous bool

공개 메소드들

메소드 설명
GenericMessageContainer ( MessageHandler cb, bool isSynchronous ) : System
Run ( ) : void

보호된 메소드들

메소드 설명
GenericMessageContainer ( ) : System

메소드 상세

GenericMessageContainer() 보호된 메소드

protected GenericMessageContainer ( ) : System
리턴 System

GenericMessageContainer() 공개 메소드

public GenericMessageContainer ( MessageHandler cb, bool isSynchronous ) : System
cb MessageHandler
isSynchronous bool
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

callerStack 보호되어 있는 프로퍼티

protected string callerStack
리턴 string

ex 보호되어 있는 프로퍼티

protected Exception,System ex
리턴 System.Exception

isSynchronous 보호되어 있는 프로퍼티

protected bool isSynchronous
리턴 bool