Click or drag to resize
ServiceListenerOnDisposedRenderArea Method

Triggered when a renderArea has been disposed.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void OnDisposedRenderArea(
	string renderAreaId
)

Parameters

renderAreaId
Type: SystemString

: ID identifying the disposed renderArea

Remarks

See OIV.RemoteViz.Rendering.RenderArea.CloseConnectionsAndDispose(). At this point, the resources of the renderArea have been released. This listener is called after onDisposingRenderArea. Default behavior : do nothing

See Also