Overload List
Name | Description | ||
---|---|---|---|
Enqueue(String, Tuple) |
Enqueue a tuple to the named stream. The stream must not be tied to
the output of any operator in the application. This method can block
depending on network, or StreamBase server, congestion.
| ||
Enqueue(String, List<(Of <<'(Tuple>)>>)) |
Enqueue tuples to the named stream. The stream must not be tied to
the output of any operator in the application. This method can block
depending on network, or StreamBase server, congestion.
| ||
Enqueue(StreamProperties, Tuple) |
Enqueue a tuple to a stream. The stream must not be tied to
the output of any operator in the application. This method can block
depending on network, or StreamBase server, congestion.
| ||
Enqueue(StreamProperties, List<(Of <<'(Tuple>)>>)) |
Enqueue tuples to a stream. The stream must not be tied to
the output of any operator in the application. This method can block
depending on network, or StreamBase server, congestion.
|