See: Description
Interface | Description |
---|---|
Application.MessageReceived |
The signal emitted when another instance sends a message to the unique
instance.
|
Class | Description |
---|---|
Application |
Facilities for ensuring that only one unique instance of an application is
running.
|
Command |
Predefined commands that can be sent from one Application to another.
|
MessageData |
Wrapper around a payload you can send from one Application to another.
|
Response |
Constants enumerating the reponse that a Application.MessageReceived
handler can make.
|
LibUnique is a small library providing a simple mechanism to enable you to
ensure only one "unique" instance of a library is running. See Application
to get started.