IMultiModelServer Interface |
Namespace: Demo3D.MultiModel.Server
public interface IMultiModelServer
The IMultiModelServer type exposes the following members.
| Name | Description | |
|---|---|---|
| RebuildRoutesAsync |
Clear the existing routes and send the routes that have been defined by the server
| |
| SendLoadMapAsync |
Send the load mapping to clients
| |
| SendRequestLoadsAsync |
Request loads that are going to be used, from all connected clients
| |
| SendResetModelAsync |
Reset all connected clients
| |
| SendRunModelAsync |
Start running all connected clients
| |
| SendStopModelAsync |
Stop running all connected clients
| |
| StartAsync |
Start the server
| |
| StopServer |
Stop the server
|