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: 17.00.05
Syntax
C#
Task RebuildRoutesAsync(
	ICollection<Route> routes
)

Parameters

routes
Type: System.Collections.GenericICollectionRoute
The routes of all senders and receivers created on the server.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.MultiModel.Server.IMultiModelServer.RebuildRoutesAsync(System.Collections.Generic.ICollection{Demo3D.MultiModel.Shared.Route})"]

See Also