Click or drag to resize

ServerModel Class

Represents the server model.
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.ServerServerModel

Namespace: Demo3D.MultiModel.Server
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ServerModel

The ServerModel type exposes the following members.

Constructors
 NameDescription
Public methodServerModelInitializes a new instance of the ServerModel class
Top
Properties
 NameDescription
Public propertyCatalogLoadPathsMap The mapping between catalog paths and ids.
Public propertyClients Gets the collection of clients.
Public propertyRoutes Gets the collection of routes.
Top
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventOnClientAdded Event raised when a client is added.
Public eventOnClientRemoved Event raised when a client is removed.
Top
See Also