Click or drag to resize

ServerClientModelReceivers Property

The receivers in the client.

Namespace: Demo3D.MultiModel.Server
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public ObservableCollection<ReceiverDescription> Receivers { get; }

Property Value

ObservableCollectionReceiverDescription
See Also