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: 25.1.421.0 (25.1.421.0)
Syntax
public ComplexReceiver(
	SimpleReceiver simpleReceiver
)

Parameters

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