ServiceGetClient Method (String) |
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public Client GetClient(
string id
)
Public Function GetClient (
id As String
) As Client
public:
Client^ GetClient(
String^ id
)
member GetClient :
id : string -> Client
Parameters
- id
- Type: SystemString
: ID identifying the client
Return Value
Type:
Clientthe client object if the id exists, otherwise returns null.
Remarks Range is [0..getNumClients - 1].
See Also