BMXNET 4.0 Developer API
The RemoteEventService type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
EventPollingInterval |
The number of milliseconds (ms) to wait before polling. If a polling event is currently being processed
when a second event is trigger, the second event is skipped. It's recommended to keep this interval at
5000 (5 seconds) or higher.
| |
InvokedControl |
Set InvokedControl to a form or control of your WinForm application or EHR/VueCentric component that
will live the lifetime of your RemoteSession. The RemoteEventServices will Invoke() on the InvokedControl
to ensure all events are triggered on the UI thread.
| |
IsEventPollingEnabled |
EventPolling is used for RemoteService events and Async RPC calls. IsEventPollingEnabled is used
to turn polling on and off: True for on and False for off. The Async RPC framework and remote event service
needs polling to be turned on.
|