Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Taro
Transports
InProcess
InProcessEventTransport
C# Class Taro.Transports.InProcess.InProcessEventTransport
Inheritance:
IEventTransport
Show file
Open project: mouhong/Taro
Class Usage Examples
Public Methods
Method
Description
InProcessEventTransport
( ) :
System
Send
(
IEvent
@event
) :
void
Private Methods
Method
Description
FindDirectHandlers
(
Type
eventType
) :
IEnumerable
InvokeHandlers
(
IEvent
@event
,
IEnumerable
handlers
) :
void
Method Details
InProcessEventTransport()
public
method
public
InProcessEventTransport
( ) :
System
return
System
Send()
public
method
public
Send
(
IEvent
@event
) :
void
@event
IEvent
return
void