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.2.419.0 (24.2.419.0)
Syntax public Signal RemoveData<T>()
where T : class
Public Function RemoveData(Of T As Class) As Signal
public:
generic<typename T>
where T : ref class
Signal^ RemoveData()
member RemoveData : unit -> Signal when 'T : not struct
Type Parameters
- T
- The type of data to remove.
Return Value
Type:
SignalThe modified signal with data removed.
See Also