EventSink Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides a dispatcher for handling events.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Hardware. . :: . .NativeEventDispatcher
Microsoft.SPOT..::..EventSink
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public Class EventSink _
Inherits NativeEventDispatcher
public class EventSink : NativeEventDispatcher
public ref class EventSink : public NativeEventDispatcher
type EventSink =
class
inherit NativeEventDispatcher
end
public class EventSink extends NativeEventDispatcher
The EventSink type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddEventFilter | Adds an event filter to the dispatcher. | |
AddEventListener | Adds a listener for particular types of events. | |
AddEventProcessor | Adds an event processing routine. | |
DisableInterrupt | Disables the interrupt for this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) | |
Dispose() () () () | Releases resources used by this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) | |
Dispose(Boolean) | Releases resources used by this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) | |
EnableInterrupt | Enables the interrupt for this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Performs cleanup operations. (Inherited from NativeEventDispatcher.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PostManagerEvent | Processes event information. | |
RemoveEventFilter | Removes an event filter. | |
RemoveEventListener | Removes an event listener. | |
RemoveEventProcessor | Removes an event processor. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
OnInterrupt | Adds or removes callback methods for native events. (Inherited from NativeEventDispatcher.) |
Top
Fields
Name | Description | |
---|---|---|
m_callbacks | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). (Inherited from NativeEventDispatcher.) | |
m_disposed | Set to true if this NativeEventDispatcher object has been disposed, or false if not. (Inherited from NativeEventDispatcher.) | |
m_threadSpawn | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). (Inherited from NativeEventDispatcher.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.