Gets the schemas associated with streams, for the purposes of using SendTupleAction.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

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.

Return Value

A SendTupleInfo containing the requested Schemas.

See Also