ClientGetConnection Method (String) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic Connection GetConnection(
string id
)
Public Function GetConnection (
id As String
) As Connection
public:
Connection^ GetConnection(
String^ id
)
member GetConnection :
id : string -> Connection
Parameters
- id
- Type: SystemString
: ID identifying the client
Return Value
Type:
Connectiona pointer to the connection if the id exists, otherwise returns nullptr.
Remarks
See Also