Class Pipeline.SinkNode
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
SinkNode class to handle the sink node.
C#Copypublic class Pipeline.SinkNode : Pipeline.NodeInfo
- Inheritance
Events
Declaration
C#Copypublic event EventHandler<DataReceivedEventArgs> DataReceived
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><DataReceivedEventArgs> |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown when the feature is not supported. |
System.ArgumentException | Thrown when the method failed due to an invalid parameter. |
System.InvalidOperationException | Thrown when the node is invalid. |