Click or drag to resize
ServiceListenerOnMissingLicense Method

Triggered when a new client is about connecting and a license is missing.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void OnMissingLicense(
	string renderAreaId,
	ConnectionParameters parameters
)

Parameters

renderAreaId
Type: SystemString
parameters
Type: OIV.RemoteViz.RenderingConnectionParameters
Remarks

In this callback, if you release one license, the new client will then be connected. Otherwise, a LICENSE disconnect message will be sent to the client. IMPORTANT: This callback must not contain any calls to the OpenInventor library.RemoteViz is protected by the Open Inventor license key mechanism limiting its usage to specified computers or network environments based on commercial agreements. RemoteViz uses floating license. For each connected client to a RemoteViz service, it requires one Open Inventor license, one RemoteViz license and if Open inventor extensions are used in the RemoteViz service, a license of the extension is also required for each connected client. Default behavior : do nothing

See Also