Click or drag to resize

SenderReceiversUpdatedEventArgsReceiverUpdates Property

Gets the collection of receiver updates.

Namespace:  Demo3D.MultiModel.Server
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntax
C#
public ICollection<ReceiverUpdateDesc> ReceiverUpdates { get; }

Property Value

Type: ICollectionReceiverUpdateDesc
See Also