点击或拖拽改变大小

ReceiveEventArgs 构造函数

构造

命名空间: AT.Librarys.Container.Toolkit.Communication
程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法
C#
public ReceiveEventArgs(
	string message,
	byte[] bytes
)

参数

message  String

[缺少 "M:AT.Librarys.Container.Toolkit.Communication.ReceiveEventArgs.#ctor(System.String,System.Byte[])" 的 <param name="message"/> 文档]

bytes  Byte

[缺少 "M:AT.Librarys.Container.Toolkit.Communication.ReceiveEventArgs.#ctor(System.String,System.Byte[])" 的 <param name="bytes"/> 文档]

参见