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: 10.12.3.0 (10.12.3.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