RemoteSessionBridge.createSession() - How do I obtain AssetReference
Hello,
I am trying to Create a remote session with RemoteSessionBridge class.
However I am not sure how to obtain a AssetReference for the signature
public ExecutionResult createSession(AssetReference assetRef,
String interfaceName,
RemoteServerFunction interfaceFunction,
String description,
Boolean multiUser,
Boolean useInternalHostname)
I am able to obtain a deviceId for the asset I am interested, and can obtain the Interfaces for the device.
However, I am unclear, what is the relationship between an Asset, a device and an AssetReference - as I am sure there is a connection I am missing here?
Any help or insight most appreciated.
Thanks in advance
Henry

