点击或拖拽改变大小

NetPushServerCreatePushRemote 方法

创建一个远程服务器的数据推送操作,以便推送给子客户端

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult CreatePushRemote(
	string ipAddress,
	int port,
	string key
)

参数

ipAddress
类型:SystemString
远程的IP地址
port
类型:SystemInt32
远程的端口号
key
类型:SystemString
订阅的关键字

返回值

类型:OperateResult

[缺少 "M:HslCommunication.Enthernet.NetPushServer.CreatePushRemote(System.String,System.Int32,System.String)" 的 <returns> 文档]

参见