ComplexReceiver Constructor (SimpleReceiver) |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ComplexReceiver(
SimpleReceiver simpleReceiver
)
Public Sub New (
simpleReceiver As SimpleReceiver
)
public:
ComplexReceiver(
SimpleReceiver^ simpleReceiver
)
new :
simpleReceiver : SimpleReceiver -> ComplexReceiver
Parameters
- simpleReceiver
- Type: AGI.Foundation.CommunicationsSimpleReceiver
The existing instance of a SimpleReceiver.
See Also