Constructs an IObservableTuple from this instance.

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 static IObservableTuple ToObservableTuple(
	this Tuple t,
	long id
)
<ExtensionAttribute> _
Public Shared Function ToObservableTuple ( _
	t As Tuple, _
	id As Long _
) As IObservableTuple
public:
[ExtensionAttribute]
static IObservableTuple^ ToObservableTuple(
	Tuple^ t, 
	long long id
)

Parameters

t
Tuple
id
Int64
An id expected to be unique among tuples returned by a given query.

Return Value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Tuple. When you use instance method syntax to call this method, omit the first parameter.

See Also