MessageQueueSend Method (Object) |
Adds a generic message to the message queue
that is synchronously sent to any functions that subscribe to
MessageReceived.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Send(
Object message
)
Public Sub Send (
message As Object
)
public:
void Send(
Object^ message
)
member Send :
message : Object -> unit
Parameters
- message
- Type: SystemObject
The message to send.
Exceptions See Also