Click or drag to resize

IMultiModelServerStartAsync Method

Start the server

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

Parameters

port  Int32
The port to run on

Return Value

Task

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

See Also