Universal Windows Service Class Library |
|
Application.OnCustomCommand Method
The function receives custom command messages changing behaviour of the application working thread.
public
void OnCustomCommand(
int command);
Parameters
-
command
- Containing the custom command message.
Remarks
Not implemented yet.
See Also
Application Class | uws Namespace