ProcessInput Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Processes the specified input synchronously.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Function ProcessInput ( _
input As InputEventArgs _
) As Boolean
public bool ProcessInput(
InputEventArgs input
)
public:
bool ProcessInput(
InputEventArgs^ input
)
member ProcessInput :
input:InputEventArgs -> bool
public function ProcessInput(
input : InputEventArgs
) : boolean
Parameters
- input
Type: Microsoft.SPOT.Input. . :: . .InputEventArgs
An object that represents the input to be processed.
Return Value
Type: System. . :: . .Boolean
true if the input was processed successfully; otherwise, false.
Remarks
A synchronous operation is one that must complete before the function ends. An asynchronous operation enables the function to end before the operation is complete.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.