Click or drag to resize
ClientGetConnection Method (String)

Gets a OIV.RemoteViz.Rendering.Connection of the client.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public Connection GetConnection(
	string id
)

Parameters

id
Type: SystemString

: ID identifying the client

Return Value

Type: Connection

a pointer to the connection if the id exists, otherwise returns nullptr.

Remarks

See Also