NetPushServerCreatePushRemote 方法 |
创建一个远程服务器的数据推送操作,以便推送给子客户端
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult CreatePushRemote(
string ipAddress,
int port,
string key
)
Public Function CreatePushRemote (
ipAddress As String,
port As Integer,
key As String
) As OperateResult
public:
OperateResult^ CreatePushRemote(
String^ ipAddress,
int port,
String^ key
)
member CreatePushRemote :
ipAddress : string *
port : int *
key : string -> OperateResult
参数
- ipAddress
- 类型:SystemString
远程的IP地址 - port
- 类型:SystemInt32
远程的端口号 - key
- 类型:SystemString
订阅的关键字
返回值
类型:
OperateResult[缺少 "M:HslCommunication.Enthernet.NetPushServer.CreatePushRemote(System.String,System.Int32,System.String)" 的 <returns> 文档]
参见