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