Click or drag to resize
ServiceOpen Method

Opens 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 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