Click or drag to resize

SignalAddAndRemoveExistingDataT Method

Creates a new signal by adding data in addition to the data existing on this signal. Existing instances of the supplied data type will be removed.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Signal AddAndRemoveExistingData<T>(
	T additionalData
)

Parameters

additionalData
Type: T
New data to add to this signal's data.

Type Parameters

T
The type of data.

Return Value

Type: Signal
The modified signal with the additional data added.
Remarks
If additionalData is , the original Signal is returned.
See Also