Click or drag to resize
ServiceClose Method

Closes the rendering service.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool Close()

Return Value

Type: Boolean

true if successful, otherwise returns false.

Remarks

If renderAreas still exist, this method will dispose them and close the rendering service.

See Also