Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Taro
Transports
InProcess
InProcessEventTransport
C# 클래스 Taro.Transports.InProcess.InProcessEventTransport
상속:
IEventTransport
파일 보기
프로젝트 열기: mouhong/Taro
1 사용 예제들
공개 메소드들
메소드
설명
InProcessEventTransport
( ) :
System
Send
(
IEvent
@event
) :
void
비공개 메소드들
메소드
설명
FindDirectHandlers
(
Type
eventType
) :
IEnumerable
InvokeHandlers
(
IEvent
@event
,
IEnumerable
handlers
) :
void
메소드 상세
InProcessEventTransport()
공개
메소드
public
InProcessEventTransport
( ) :
System
리턴
System
Send()
공개
메소드
public
Send
(
IEvent
@event
) :
void
@event
IEvent
리턴
void