SubscribeExtensionMethods.Subscribe<R> Method (Stream<R, Epoch>)Naiad Help

[This is preliminary documentation and is subject to change.]

Subscribes to a stream with no callback.

Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public static Subscription Subscribe<R>(
	this Stream<R, Epoch> stream
)

Parameters

stream
Type: Microsoft.Research.Naiad.Stream<R, Epoch>
input stream

Type Parameters

R
record type

Return Value

Type: Subscription
subscription for synchronization

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Stream<R, Epoch>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference