Click or drag to resize

ServerClientModel Constructor (Guid)

Initializes a new instance of the ServerClientModel class with the specified client ID.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public ServerClientModel(
	Guid clientId
)

Parameters

clientId
Type: SystemGuid
The ID of the client.
See Also