Click or drag to resize
ServiceOpen Method

Opens the rendering service.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Open(
	ServiceSettings settings
)

Parameters

settings
Type: OIV.RemoteViz.RenderingServiceSettings

: the settings of the instance. This object cannot be null.

Return Value

Type: Boolean

true if successful, otherwise returns false.

Remarks

See Also