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 .NET Micro Framework version 2.0, 2.5