Click or drag to resize

IMultiModelServerRebuildRoutesAsync Method

Clear the existing routes and send the routes that have been defined by the server

Namespace: Demo3D.MultiModel.Server
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
Task 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