Click or drag to resize

IMultiModelServer Interface

The interface for the MultiModel server.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public interface IMultiModelServer

The IMultiModelServer type exposes the following members.

Methods
  NameDescription
Public methodRebuildRoutesAsync
Clear the existing routes and send the routes that have been defined by the server
Public methodSendLoadMapAsync
Send the load mapping to clients
Public methodSendRequestLoadsAsync
Request loads that are going to be used, from all connected clients
Public methodSendResetModelAsync
Reset all connected clients
Public methodSendRunModelAsync
Start running all connected clients
Public methodSendStopModelAsync
Stop running all connected clients
Public methodStartAsync
Start the server
Public methodStopServer
Stop the server
Top
See Also