Click or drag to resize
IYielderTBreak Method
Stops the enumeration.

Namespace: System.Linq
Assembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
Syntax
C#
IAwaitable Break()

Return Value

Type: IAwaitable
Awaitable object for use in an asynchronous method.
See Also