Click or drag to resize

SenderReceivers Class

Represents a class that holds a list of senders and receivers.
Inheritance Hierarchy
SystemObject
  Demo3D.MultiModel.SharedSenderReceivers

Namespace:  Demo3D.MultiModel.Shared
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class SenderReceivers

The SenderReceivers type exposes the following members.

Constructors
  NameDescription
Public methodSenderReceivers
Initializes a new instance of the SenderReceivers class
Top
Properties
  NameDescription
Public propertyReceivers
Gets or sets the list of receivers.
Public propertySenders
Gets or sets the list of senders.
Top
See Also