ClientGetConnection Method (UInt32) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Connection GetConnection(
uint index
)
Public Function GetConnection (
index As UInteger
) As Connection
public:
Connection^ GetConnection(
unsigned int index
)
member GetConnection :
index : uint32 -> Connection
Parameters
- index
- Type: SystemUInt32
: index identifying the client
Return Value
Type:
Connectionthe connection object if the index exists, otherwise returns null.
Remarks See Also