C# 클래스 Akka.Interfaced.NotificationDispatcher

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
GetHandler ( Type type ) : NotificationHandlerItem
NotificationDispatcher ( NotificationHandlerItem>.Dictionary handlerTable ) : System

비공개 메소드들

메소드 설명
AddHandler ( Type type, NotificationHandlerItem handler ) : void

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( Type type ) : NotificationHandlerItem
type System.Type
리턴 NotificationHandlerItem

NotificationDispatcher() 공개 메소드

public NotificationDispatcher ( NotificationHandlerItem>.Dictionary handlerTable ) : System
handlerTable NotificationHandlerItem>.Dictionary
리턴 System