| Package | Description |
|---|---|
| agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageQueue.addMessageReceived(EventHandler<MessageEventArgs> value)
Event that indicates a generic message object was received.
|
void |
MessageQueue.removeMessageReceived(EventHandler<MessageEventArgs> value)
Event that indicates a generic message object was received.
|