Click or drag to resize

Signal Constructor

Create a new instance by copying an existing instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected Signal(
	Signal existingInstance
)

Parameters

existingInstance
Type: AGI.Foundation.CommunicationsSignal
An existing signal.
See Also