Click or drag to resize

SignalRemoveDataT Method

Creates a new signal by removing all data of the given type existing on this signal.

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 RemoveData<T>()
where T : class

Type Parameters

T
The type of data to remove.

Return Value

Type: Signal
The modified signal with data removed.
See Also