Gets the schemas associated with streams, for the purposes of using SendTupleAction.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
Syntax
C# | Visual Basic | Visual C++ |
SendTupleInfo GetSendTupleInfo( StreamBaseURI sbURI, string targetInputStreamName, string responseOutputStreamName )
Function GetSendTupleInfo ( _ sbURI As StreamBaseURI, _ targetInputStreamName As String, _ responseOutputStreamName As String _ ) As SendTupleInfo
SendTupleInfo^ GetSendTupleInfo( StreamBaseURI^ sbURI, String^ targetInputStreamName, String^ responseOutputStreamName )
Parameters
- sbURI
- StreamBaseURI
The URI of the StreamBase server to query.
- targetInputStreamName
- String
The name of the target input stream.
- responseOutputStreamName
- String
The name of the response output stream.