Hold the information necessary to execute a SendTuple action.

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++ 
public class SendTupleInfo
Public Class SendTupleInfo
public ref class SendTupleInfo

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ResponseOutputSchema
The Schema of the response output stream.
ResponseOutputStreamName
The name of the response output stream.
TargetInputSchema
The Schema of the target input stream.
TargetInputStreamName
The name of the target input stream.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
URI
The URI to the StreamBase server.

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API..::..SendTupleInfo

See Also