Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

EventLoopWin

class EventLoopWin

A container for static methods.

For more information, see vnc_EventLoopWin in the C API documentation.

Nested classes

Method summary

Modifier and Type Method and Description
static void

EventLoopWin.SetCallback(EventLoopWin.Callback callback)

Sets the event loop callback.

static Threading.WaitHandle []

EventLoopWin.GetEvents()

Gets the array of events that the SDK currently wishes to be notified of.

static Int32

EventLoopWin.HandleEvent(Threading.WaitHandle @event)

Handles the given event (if any) and process expired timers.

Methods

static void EventLoopWin.SetCallback (EventLoopWin.Callback callback)

Sets the event loop callback.

For more information, see vnc_EventLoopWin_setCallback() in the C API documentation.

static Threading.WaitHandle[] EventLoopWin.GetEvents ()

Gets the array of events that the SDK currently wishes to be notified of.

For more information, see vnc_EventLoopWin_getEvents() in the C API documentation.

static Int32 EventLoopWin.HandleEvent (Threading.WaitHandle @event)

Handles the given event (if any) and process expired timers.

For more information, see vnc_EventLoopWin_handleEvent() in the C API documentation.

×