HttpServerUnRegisterHttpRpcApiSingle 方法 |
卸载一个指定的RPC接口,需要指定唯一的接口名称,如果接口重命名了,需要使用实际访问的时候的接口名称,返回是否成功卸载接口
To uninstall a specified RPC interface, you need to specify a unique interface name. If the interface is renamed,
you need to use the interface name during the actual access, and return whether the interface is successfully uninstalled
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法public bool UnRegisterHttpRpcApiSingle(
string apiTopic
)
Public Function UnRegisterHttpRpcApiSingle (
apiTopic As String
) As Boolean
public:
bool UnRegisterHttpRpcApiSingle(
String^ apiTopic
)
member UnRegisterHttpRpcApiSingle :
apiTopic : string -> bool
参数
- apiTopic
- 类型:SystemString
接口的唯一名称
返回值
类型:
Boolean是否卸载成功
参见