AmqpsIotHubConnection.getConnectionId 方法
定义
Gives the UUID associated with this connection instance. This string is used in conjunction with the callbacks with connection status updates to ensure that all connection status updates are relevant to this connection object
public String getConnectionId()
返回
String
the UUID associated with this connection instance
- 替代