未验证 提交 dc96a6a4 编写于 作者: zylsky's avatar zylsky 提交者: Gitee

update handbook/docs/createtcpservice.mdx.

Signed-off-by: zylsky's avatarlzexe <603436562@qq.com>
上级 305d1e5b
......@@ -338,7 +338,7 @@ public class MyPlugin : TcpPluginBase<SocketClient>
{
public MyPlugin()
{
this.Order = 0;//此值表示插件的执行顺序,当多个插件并存时,该值越,越在前执行。
this.Order = 0;//此值表示插件的执行顺序,当多个插件并存时,该值越,越在前执行。
}
protected override void OnReceivedData(SocketClient client, ReceivedDataEventArgs e)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册