Create a new instance by copying an existing instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected Signal(
Signal existingInstance
)
Protected Sub New (
existingInstance As Signal
)
protected:
Signal(
Signal^ existingInstance
)
new :
existingInstance : Signal -> Signal
Parameters
- existingInstance
- Type: AGI.Foundation.CommunicationsSignal
An existing signal.
See Also