Class Pipeline.SinkNode

Definition

Namespace:
Tizen.MachineLearning.Inference
Assembly:
Tizen.MachineLearning.Inference.dll
API Level:
8

SinkNode class to handle the sink node.

C#
Copy
public class SinkNode : Pipeline.NodeInfo
Inheritance
System.Object
Pipeline.SinkNode

Events

View Source

DataReceived

Event to be invoked when the sink node receives new data.

Declaration
C#
Copy
public event EventHandler<DataReceivedEventArgs> DataReceived
Event Type
Type Description
System.EventHandler<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.

API Level: 8