一款简单易用的基础网络通讯组件库。

EventRaiser 构造函数

初始化一个Event触发

Definition

命名空间: TouchSocket.Dmtp.Rpc
程序集: TouchSocketPro.Dmtp (在 TouchSocketPro.Dmtp.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public EventRaiser(
	string publisherId,
	string eventName,
	byte[] data,
	EventSender eventSender
)

参数

publisherId  String

[缺少 "M:TouchSocket.Dmtp.Rpc.EventRaiser.#ctor(System.String,System.String,System.Byte[],TouchSocket.Dmtp.Rpc.EventSender)" 的 <param name="publisherId"/> 文档]

eventName  String

[缺少 "M:TouchSocket.Dmtp.Rpc.EventRaiser.#ctor(System.String,System.String,System.Byte[],TouchSocket.Dmtp.Rpc.EventSender)" 的 <param name="eventName"/> 文档]

data  Byte

[缺少 "M:TouchSocket.Dmtp.Rpc.EventRaiser.#ctor(System.String,System.String,System.Byte[],TouchSocket.Dmtp.Rpc.EventSender)" 的 <param name="data"/> 文档]

eventSender  EventSender

[缺少 "M:TouchSocket.Dmtp.Rpc.EventRaiser.#ctor(System.String,System.String,System.Byte[],TouchSocket.Dmtp.Rpc.EventSender)" 的 <param name="eventSender"/> 文档]

参见