Plan Class

RxJS

Represents an execution plan for join patterns.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Plan = function();

Type.createClass(
	'Rx.Plan');

Inheritance Hierarchy

System..::.Object
  Rx..::.Plan

See Also