C# 클래스 Open.Core.EventBusHandler

상속: IDisposable
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
handler System.Action
type System.Type

공개 메소드들

메소드 설명
Dispose ( ) : void
EventBusHandler ( Type type, System.Action handler ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventBusHandler() 공개 메소드

public EventBusHandler ( Type type, System.Action handler ) : System
type System.Type
handler System.Action
리턴 System

프로퍼티 상세

handler 공개적으로 프로퍼티

public Action,System handler
리턴 System.Action

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type