Click or drag to resize
ClientGetConnection Method (UInt32)

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

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public Connection GetConnection(
	uint index
)

Parameters

index
Type: SystemUInt32

: index identifying the client

Return Value

Type: Connection

the connection object if the index exists, otherwise returns null.

Remarks

See ().

See Also