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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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