ClientNumConnections Property |
Gets the number of client connections.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public uint NumConnections { get; }
Public ReadOnly Property NumConnections As UInteger
Get
public:
property unsigned int NumConnections {
unsigned int get ();
}
member NumConnections : uint32 with get
Return Value
Type:
UInt32the number of connections
Remarks See Also