Click or drag to resize

IMultiModelServerStartAsync Method

Start the server

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
Task StartAsync(
	int port
)

Parameters

port
Type: SystemInt32
The port to run on

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.MultiModel.Server.IMultiModelServer.StartAsync(System.Int32)"]

See Also