Click or drag to resize

ComplexReceiver Constructor (SimpleReceiver)

Creates an instance from an existing instance of a SimpleReceiver.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComplexReceiver(
	SimpleReceiver simpleReceiver
)

Parameters

simpleReceiver
Type: AGI.Foundation.CommunicationsSimpleReceiver
The existing instance of a SimpleReceiver.
See Also