SenderReceiversUpdatedEventArgs Constructor |
Namespace:
Demo3D.MultiModel.Server
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic SenderReceiversUpdatedEventArgs(
ICollection<SenderUpdateDesc> senderUpdates,
ICollection<ReceiverUpdateDesc> receiverUpdates
)
Parameters
- senderUpdates
- Type: System.Collections.GenericICollectionSenderUpdateDesc
The collection of sender updates. - receiverUpdates
- Type: System.Collections.GenericICollectionReceiverUpdateDesc
The collection of receiver updates.
See Also