RoutingStrategy Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Indicates the routing strategy of a routed event.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Enumeration RoutingStrategy
public enum RoutingStrategy
public enum class RoutingStrategy
type RoutingStrategy
public enum RoutingStrategy
Members
Member name | Description | |
---|---|---|
Tunnel | A value indicating that the event uses a "tunneling" strategy, in which the event instance moves down the tree. | |
Bubble | A value indicating that the event uses a "bubbling" strategy, in which the event instance moves up the tree. | |
Direct | A value indicating that the event does not support routing. |