Click or drag to resize

IMultiModelServerSendLoadMapAsync Method

Send the load mapping to clients

Namespace: Demo3D.MultiModel.Server
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
Task SendLoadMapAsync(
	Dictionary<string, int>? loadMap
)

Parameters

loadMap  DictionaryString, Int32

[Missing <param name="loadMap"/> documentation for "M:Demo3D.MultiModel.Server.IMultiModelServer.SendLoadMapAsync(System.Collections.Generic.Dictionary{System.String,System.Int32})"]

Return Value

Task

[Missing <returns> documentation for "M:Demo3D.MultiModel.Server.IMultiModelServer.SendLoadMapAsync(System.Collections.Generic.Dictionary{System.String,System.Int32})"]

See Also