RoutingStrategy Enumeration

Indicates the routing strategy of a routed event.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public enum RoutingStrategy

Members

  Member name Description
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.
Tunnel A value indicating that the event uses a "tunneling" strategy, in which the event instance moves down the tree.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Microsoft.SPOT Namespace