Enum SinkType
Defines the possible sink types.
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum SinkType
Remarks
To determine the type of a sink, check Type
Fields
| Name | Description |
|---|---|
| QueueSink | The sink is a QueueSink |
| SnapSink | The sink is a SnapSink. |


