Share via


ProcessEvent Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Processes an event.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Function ProcessEvent ( _
    data1 As UInteger, _
    data2 As UInteger, _
    time As DateTime _
) As BaseEvent
BaseEvent ProcessEvent(
    uint data1,
    uint data2,
    DateTime time
)
BaseEvent^ ProcessEvent(
    unsigned int data1, 
    unsigned int data2, 
    DateTime time
)
abstract ProcessEvent : 
        data1:uint32 * 
        data2:uint32 * 
        time:DateTime -> BaseEvent 
function ProcessEvent(
    data1 : uint, 
    data2 : uint, 
    time : DateTime
) : BaseEvent

Parameters

Return Value

Type: Microsoft.SPOT. . :: . .BaseEvent
The event that was processed.

.NET Framework Security

See Also

Reference

IEventProcessor Interface

Microsoft.SPOT Namespace