IMultiModelServerRebuildRoutesAsync Method |
Clear the existing routes and send the routes that have been defined by the server
Namespace: Demo3D.MultiModel.ServerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxTask RebuildRoutesAsync(
ICollection<Route> routes
)
Parameters
- routes ICollectionRoute
- The routes of all senders and receivers created on the server.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.MultiModel.Server.IMultiModelServer.RebuildRoutesAsync(System.Collections.Generic.ICollection{Demo3D.MultiModel.Shared.Route})"]
See Also