Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides an interface to use as the basis of event processors.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)
Syntax
'Declaration
Public Interface IEventProcessor
public interface IEventProcessor
public interface class IEventProcessor
type IEventProcessor = interface end
public interface IEventProcessor
The IEventProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ProcessEvent | Processes an event. |
Top